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