@@ -30,10 +30,10 @@
// On the other hand, if WITHIN_PANDA is defined, we *are* safely
// within the Panda environment.
-#include <directbase.h>
-#include <notify.h>
-#include <filename.h>
-#include <numeric_types.h>
+#include "directbase.h"
+#include "notify.h"
+#include "filename.h"
+#include "numeric_types.h"
#include "pvector.h"
#include "pmap.h"
@@ -19,8 +19,8 @@
#ifndef __CORRECTION_H__
#define __CORRECTION_H__
-#include <luse.h>
+#include "luse.h"
class Correction {
protected:
#ifndef __PREDICTION_H__
#define __PREDICTION_H__
class Prediction {
@@ -23,7 +23,7 @@
#ifndef DIRECTBASE_H
#define DIRECTBASE_H
-#include <pandabase.h>
+#include "pandabase.h"
#include "directsymbols.h"
#endif
@@ -19,7 +19,7 @@
#ifndef CPPARRAYTYPE_H
#define CPPARRAYTYPE_H
-#include <dtoolbase.h>
+#include "dtoolbase.h"
#include "cppType.h"
@@ -24,7 +24,7 @@
// to be used directly; they're defined here strictly to be used by
// the CPPParser and CPPExpressionParser classes.
#include <string>
#ifndef CPPCLASSTEMPLATEPARAMETER_H
#define CPPCLASSTEMPLATEPARAMETER_H
#ifndef CPPCOMMENTBLOCK_H
#define CPPCOMMENTBLOCK_H
#include "cppFile.h"
#ifndef CPPCONSTTYPE_H
#define CPPCONSTTYPE_H
#ifndef CPPDECLARATION_H
#define CPPDECLARATION_H
#include "cppVisibility.h"
#ifndef CPPENUMTYPE_H
#define CPPENUMTYPE_H
#include "cppExtensionType.h"
#ifndef CPPEXPRESSION_H
#define CPPEXPRESSION_H
#include "cppDeclaration.h"
#ifndef CPPEXPRESSIONPARSER_H
#define CPPEXPRESSIONPARSER_H
#include "cppPreprocessor.h"
#ifndef CPPEXTENSIONTYPE_H
#define CPPEXTENSIONTYPE_H
#include "cppInstance.h"
#ifndef CPPFILE_H
#define CPPFILE_H
///////////////////////////////////////////////////////////////////
// Class : CPPFile
#ifndef CPPFUNCTIONGROUP_H
#define CPPFUNCTIONGROUP_H
#ifndef CPPFUNCTIONTYPE_H
#define CPPFUNCTIONTYPE_H
#ifndef CPPGLOBALS_H
#define CPPGLOBALS_H
// Some compilers (notably VC++) define a special keyword to represent
// a 64-bit integer, but don't recognize "long long int". To parse
#ifndef CPPIDENTIFIER_H
#define CPPIDENTIFIER_H
#include "cppNameComponent.h"
#ifndef CPPINSTANCE_H
#define CPPINSTANCE_H
#ifndef CPPINSTANCEIDENTIFIER_H
#define CPPINSTANCEIDENTIFIER_H
#include <vector>
#ifndef CPPMANIFEST_H
#define CPPMANIFEST_H
#ifndef CPPNAMECOMPONENT_H
#define CPPNAMECOMPONENT_H
#ifndef CPPNAMESPACE_H
#define CPPNAMESPACE_H
#ifndef CPPPARAMETERLIST_H
#define CPPPARAMETERLIST_H
#ifndef CPPPARSER_H
#define CPPPARSER_H
#include "cppScope.h"