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