#ifndef _XC_INC_
#define _XC_INC_

#ifdef _PIC18
#include <pic18.inc>
#else
#include <pic.inc>
#endif

#endif
