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