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