Skip to content
  • Zachary T Welch's avatar
    change #include "target.h" to <target/target.h> · c6dd6a57
    Zachary T Welch authored
    Changes from the flat namespace to heirarchical one.  Instead of writing:
    
    	#include "target.h"
    
    the following form should be used.
    
    	#include <target/target.h>
    
    The exception is from .c files in the same directory.
    c6dd6a57