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