diff options
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/intrcheck.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index 1b81646..6ed0e55 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -17,7 +17,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #define DL_IMPORT(RTYPE) RTYPE #endif -#include "myproto.h" #include "intrcheck.h" /* Copied here from ceval.h -- can't include that file. */ |