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