Browse Source

formatting

Dave Schuyler 22 years ago
parent
commit
289824359b

+ 1 - 1
panda/metalibs/panda/panda.h

@@ -6,7 +6,7 @@
 #ifndef PANDA_H
 #define PANDA_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 EXPCL_PANDA void init_libpanda();
 

+ 1 - 1
panda/metalibs/pandacr/pandacr.h

@@ -6,7 +6,7 @@
 #ifndef PANDACR_H
 #define PANDACR_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 EXPCL_PANDACR void init_libpandacr();
 

+ 1 - 1
panda/metalibs/pandadx8/pandadx8.h

@@ -6,7 +6,7 @@
 #ifndef PANDADX8_H
 #define PANDADX8_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 EXPCL_PANDADX void init_libpandadx8();
 

+ 1 - 1
panda/metalibs/pandaegg/pandaegg.h

@@ -6,7 +6,7 @@
 #ifndef PANDAEGG_H
 #define PANDAEGG_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 EXPCL_PANDAEGG void init_libpandaegg();
 

+ 1 - 1
panda/metalibs/pandafx/pandafx.h

@@ -6,7 +6,7 @@
 #ifndef PANDAFX_H
 #define PANDAFX_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 EXPCL_PANDAFX void init_libpandafx();
 

+ 1 - 1
panda/metalibs/pandagl/pandagl.h

@@ -6,7 +6,7 @@
 #ifndef PANDAGL_H
 #define PANDAGL_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 EXPCL_PANDAGL void init_libpandagl();
 

+ 1 - 1
panda/metalibs/pandaphysics/pandaphysics.h

@@ -6,7 +6,7 @@
 #ifndef PANDAPHYSICS_H
 #define PANDAPHYSICS_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 EXPCL_PANDAPHYSICS void init_libpandaphysics();
 

+ 2 - 2
panda/src/audio/config_audio.h

@@ -19,8 +19,8 @@
 #ifndef __CONFIG_AUDIO_H__
 #define __CONFIG_AUDIO_H__
 
-#include <pandabase.h>
-#include <notifyCategoryProxy.h>
+#include "pandabase.h"
+#include "notifyCategoryProxy.h"
 
 #ifdef WIN32_VC
 #pragma warning (disable : 4231)

+ 1 - 1
panda/src/audio/test_audio.cxx

@@ -16,7 +16,7 @@
 //
 ////////////////////////////////////////////////////////////////////
 
-#include <pandabase.h>
+#include "pandabase.h"
 #include "audio.h"
 
 #include "config_audio.h"

+ 1 - 1
panda/src/audiotraits/fmodAudioSound.cxx

@@ -17,7 +17,7 @@
 //
 ////////////////////////////////////////////////////////////////////
 
-#include <pandabase.h>
+#include "pandabase.h"
 #ifdef HAVE_FMOD //[
 
 #include "fmodAudioSound.h"

+ 1 - 1
panda/src/audiotraits/fmodAudioSound.h

@@ -20,7 +20,7 @@
 #ifndef __FMOD_AUDIO_SOUND_H__
 #define __FMOD_AUDIO_SOUND_H__
 
-#include <pandabase.h>
+#include "pandabase.h"
 #ifdef HAVE_FMOD //[
 
 #include "audioSound.h"

+ 1 - 1
panda/src/audiotraits/milesAudioSound.h

@@ -20,7 +20,7 @@
 #ifndef __MILES_AUDIO_SOUND_H__
 #define __MILES_AUDIO_SOUND_H__
 
-#include <pandabase.h>
+#include "pandabase.h"
 #ifdef HAVE_RAD_MSS //[
 
 #include "audioSound.h"

+ 1 - 1
panda/src/builder/mesherConfig.h

@@ -18,7 +18,7 @@
 #ifndef MESHERCONFIG_H
 #define MESHERCONFIG_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 // This is just a file to declare a definition or two global to the
 // mesher compilation.

+ 1 - 1
panda/src/builder/mesherEdge.h

@@ -19,7 +19,7 @@
 #ifndef MESHEREDGE_H
 #define MESHEREDGE_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 #include "mesherConfig.h"
 #include "builderBucket.h"

+ 1 - 1
panda/src/chan/animChannelFixed.h

@@ -19,7 +19,7 @@
 #ifndef ANIMCHANNELFIXED_H
 #define ANIMCHANNELFIXED_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 #include "animChannel.h"
 

+ 1 - 1
panda/src/chan/movingPart.h

@@ -19,7 +19,7 @@
 #ifndef MOVINGPART_H
 #define MOVINGPART_H
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 #include "movingPartBase.h"
 #include "animChannel.h"