David Rose 20 years ago
parent
commit
10720e06e7
2 changed files with 6 additions and 6 deletions
  1. 3 3
      panda/src/egg/lexer.cxx.prebuilt
  2. 3 3
      panda/src/egg/lexer.lxx

+ 3 - 3
panda/src/egg/lexer.cxx.prebuilt

@@ -729,11 +729,11 @@ char *yytext;
 #include "config_egg.h"
 #include "parser.h"
 
-#include <indent.h>
-#include <notify.h>
+#include "indent.h"
+#include "pnotify.h"
 
 #include <math.h>
-#include <pandabase.h>
+#include "pandabase.h"
 
 extern "C" int eggyywrap(void);  // declared below.
 

+ 3 - 3
panda/src/egg/lexer.lxx

@@ -11,11 +11,11 @@
 #include "config_egg.h"
 #include "parser.h"
 
-#include <indent.h>
-#include <notify.h>
+#include "indent.h"
+#include "pnotify.h"
 
 #include <math.h>
-#include <pandabase.h>
+#include "pandabase.h"
 
 extern "C" int eggyywrap(void);  // declared below.