Browse Source

general: Distinguish local/system includes

This changes includes so that local includes are consistently
#include "localFile.h"
while system and third-party includes are consistently
#include <systemFile.h>

This commit mostly converts the former to the latter; the two
exceptions are in android_main.cxx and fmodAudioSound.h, where
the reverse was necessary.
Sam Edwards 7 years ago
parent
commit
a9dfd8352e
79 changed files with 244 additions and 231 deletions
  1. 1 1
      contrib/src/rplight/gpuCommand.I
  2. 1 1
      direct/src/plugin/fileSpec.cxx
  3. 1 1
      direct/src/plugin/get_twirl_data.cxx
  4. 1 1
      direct/src/plugin/load_plugin.cxx
  5. 3 3
      direct/src/plugin/p3dCert.h
  6. 2 2
      direct/src/plugin/p3dCert_wx.cxx
  7. 4 4
      direct/src/plugin/p3dCert_wx.h
  8. 1 1
      direct/src/plugin/p3dHost.cxx
  9. 3 3
      direct/src/plugin/p3dInstanceManager.h
  10. 1 1
      direct/src/plugin/p3dPackage.cxx
  11. 3 3
      direct/src/plugin_activex/P3DActiveX.cpp
  12. 3 3
      direct/src/plugin_activex/P3DActiveXCtrl.cpp
  13. 1 1
      direct/src/plugin_activex/P3DActiveXCtrl.h
  14. 1 1
      direct/src/plugin_activex/PPInstance.h
  15. 1 1
      direct/src/plugin_activex/PPInterface.cpp
  16. 2 1
      direct/src/plugin_activex/PPLogger.cpp
  17. 1 1
      direct/src/plugin_npapi/nppanda3d_common.h
  18. 4 4
      direct/src/showutil/FreezeTool.py
  19. 1 1
      dtool/metalibs/dtoolconfig/pydtool.cxx
  20. 3 3
      dtool/src/interrogate/interfaceMakerPythonNative.cxx
  21. 2 2
      dtool/src/interrogate/interfaceMakerPythonNative.h
  22. 1 1
      dtool/src/interrogatedb/py_compat.h
  23. 1 1
      dtool/src/interrogatedb/py_panda.h
  24. 1 1
      dtool/src/prc/configPage.cxx
  25. 2 2
      dtool/src/prc/encryptStreamBuf.cxx
  26. 2 2
      dtool/src/prc/prcKeyRegistry.cxx
  27. 5 5
      dtool/src/prckeys/makePrcKey.cxx
  28. 5 5
      dtool/src/prckeys/signPrcFile_src.cxx
  29. 2 1
      panda/src/android/android_main.cxx
  30. 1 1
      panda/src/audiotraits/fmodAudioSound.h
  31. 2 1
      panda/src/audiotraits/globalMilesManager.h
  32. 2 1
      panda/src/audiotraits/milesAudioManager.h
  33. 2 1
      panda/src/audiotraits/milesAudioSample.h
  34. 2 1
      panda/src/audiotraits/milesAudioSequence.h
  35. 2 1
      panda/src/audiotraits/milesAudioSound.h
  36. 2 1
      panda/src/audiotraits/milesAudioStream.h
  37. 2 1
      panda/src/awesomium/awWebCore.cxx
  38. 3 3
      panda/src/awesomium/awesomium_includes.h
  39. 15 15
      panda/src/bullet/bullet_includes.h
  40. 1 1
      panda/src/device/clientBase.h
  41. 1 1
      panda/src/downloader/bioPtr.cxx
  42. 2 1
      panda/src/downloader/httpCookie.cxx
  43. 2 2
      panda/src/downloader/httpDigestAuthorization.cxx
  44. 1 1
      panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx
  45. 1 1
      panda/src/express/hashVal.cxx
  46. 5 5
      panda/src/express/openSSLWrapper.h
  47. 1 1
      panda/src/express/password_hash.cxx
  48. 1 1
      panda/src/express/patchfile.cxx
  49. 3 3
      panda/src/ffmpeg/config_ffmpeg.cxx
  50. 5 5
      panda/src/ffmpeg/ffmpegAudioCursor.cxx
  51. 1 1
      panda/src/ffmpeg/ffmpegAudioCursor.h
  52. 4 4
      panda/src/ffmpeg/ffmpegVideoCursor.cxx
  53. 2 2
      panda/src/ffmpeg/ffmpegVirtualFile.cxx
  54. 1 1
      panda/src/ffmpeg/ffmpegVirtualFile.h
  55. 1 1
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx
  56. 2 1
      panda/src/grutil/movieTexture.cxx
  57. 1 1
      panda/src/mathutil/fftCompressor.cxx
  58. 1 1
      panda/src/ode/ode_includes.h
  59. 1 1
      panda/src/physx/physxFileStream.cxx
  60. 10 10
      panda/src/physx/physx_includes.h
  61. 1 1
      panda/src/speedtree/speedTreeNode.cxx
  62. 4 4
      panda/src/speedtree/speedtree_api.h
  63. 2 1
      panda/src/tinydisplay/tinySDLGraphicsWindow.h
  64. 1 1
      panda/src/tinydisplay/vertex.cxx
  65. 1 1
      panda/src/vision/arToolKit.cxx
  66. 6 6
      panda/src/vrpn/vrpn_interface.h
  67. 2 2
      panda/src/windisplay/winGraphicsPipe.cxx
  68. 10 10
      pandatool/src/daeegg/daeCharacter.cxx
  69. 5 5
      pandatool/src/daeegg/daeCharacter.h
  70. 6 6
      pandatool/src/daeegg/daeMaterials.cxx
  71. 6 6
      pandatool/src/daeegg/daeMaterials.h
  72. 17 17
      pandatool/src/daeegg/daeToEggConverter.cxx
  73. 9 9
      pandatool/src/daeegg/daeToEggConverter.h
  74. 1 1
      pandatool/src/daeegg/fcollada_utils.h
  75. 3 3
      pandatool/src/daeprogs/eggToDAE.cxx
  76. 2 2
      pandatool/src/daeprogs/eggToDAE.h
  77. 15 16
      pandatool/src/maxegg/maxEgg.h
  78. 9 9
      pandatool/src/maxegg/maxEggLoader.cxx
  79. 5 3
      pandatool/src/maxprogs/maxEggImport.cxx

+ 1 - 1
contrib/src/rplight/gpuCommand.I

@@ -24,7 +24,7 @@
  *
  *
  */
  */
 
 
-#include "stdint.h"
+#include <stdint.h>
 
 
 /**
 /**
  * @brief Appends an integer to the GPUCommand.
  * @brief Appends an integer to the GPUCommand.

+ 1 - 1
direct/src/plugin/fileSpec.cxx

@@ -13,7 +13,7 @@
 
 
 #include "fileSpec.h"
 #include "fileSpec.h"
 #include "wstring_encode.h"
 #include "wstring_encode.h"
-#include "openssl/md5.h"
+#include <openssl/md5.h>
 
 
 #include <fstream>
 #include <fstream>
 #include <fcntl.h>
 #include <fcntl.h>

+ 1 - 1
direct/src/plugin/get_twirl_data.cxx

@@ -12,7 +12,7 @@
  */
  */
 
 
 #include "get_twirl_data.h"
 #include "get_twirl_data.h"
-#include "string.h"
+#include <string.h>
 
 
 struct twirl_flip {
 struct twirl_flip {
   int _index;
   int _index;

+ 1 - 1
direct/src/plugin/load_plugin.cxx

@@ -16,7 +16,7 @@
 #include "is_pathsep.h"
 #include "is_pathsep.h"
 #include "wstring_encode.h"
 #include "wstring_encode.h"
 
 
-#include "assert.h"
+#include <assert.h>
 
 
 #include <iostream>
 #include <iostream>
 
 

+ 3 - 3
direct/src/plugin/p3dCert.h

@@ -18,9 +18,9 @@
 #include <FL/Fl_Window.H>
 #include <FL/Fl_Window.H>
 
 
 #define OPENSSL_NO_KRB5
 #define OPENSSL_NO_KRB5
-#include "openssl/x509.h"
-#include "openssl/x509_vfy.h"
-#include "openssl/pem.h"
+#include <openssl/x509.h>
+#include <openssl/x509_vfy.h>
+#include <openssl/pem.h>
 
 
 #include <string>
 #include <string>
 #include <iostream>
 #include <iostream>

+ 2 - 2
direct/src/plugin/p3dCert_wx.cxx

@@ -15,8 +15,8 @@
 #include "wstring_encode.h"
 #include "wstring_encode.h"
 #include "mkdir_complete.h"
 #include "mkdir_complete.h"
 
 
-#include "wx/cmdline.h"
-#include "wx/filename.h"
+#include <wx/cmdline.h>
+#include <wx/filename.h>
 
 
 #include "ca_bundle_data_src.c"
 #include "ca_bundle_data_src.c"
 
 

+ 4 - 4
direct/src/plugin/p3dCert_wx.h

@@ -14,12 +14,12 @@
 #ifndef P3DCERT_WX_H
 #ifndef P3DCERT_WX_H
 #define P3DCERT_WX_H
 #define P3DCERT_WX_H
 
 
-#include "wx/wx.h"
+#include <wx/wx.h>
 
 
 #define OPENSSL_NO_KRB5
 #define OPENSSL_NO_KRB5
-#include "openssl/x509.h"
-#include "openssl/x509_vfy.h"
-#include "openssl/pem.h"
+#include <openssl/x509.h>
+#include <openssl/x509_vfy.h>
+#include <openssl/pem.h>
 
 
 #include <string>
 #include <string>
 #include <iostream>
 #include <iostream>

+ 1 - 1
direct/src/plugin/p3dHost.cxx

@@ -17,7 +17,7 @@
 #include "mkdir_complete.h"
 #include "mkdir_complete.h"
 #include "wstring_encode.h"
 #include "wstring_encode.h"
 #include "xml_helpers.h"
 #include "xml_helpers.h"
-#include "openssl/md5.h"
+#include <openssl/md5.h>
 
 
 #include <algorithm>
 #include <algorithm>
 
 

+ 3 - 3
direct/src/plugin/p3dInstanceManager.h

@@ -26,9 +26,9 @@
 #endif
 #endif
 
 
 #define OPENSSL_NO_KRB5
 #define OPENSSL_NO_KRB5
-#include "openssl/x509.h"
-#include "openssl/pem.h"
-#include "openssl/md5.h"
+#include <openssl/x509.h>
+#include <openssl/pem.h>
+#include <openssl/md5.h>
 
 
 class P3DInstance;
 class P3DInstance;
 class P3DSession;
 class P3DSession;

+ 1 - 1
direct/src/plugin/p3dPackage.cxx

@@ -20,7 +20,7 @@
 #include "mkdir_complete.h"
 #include "mkdir_complete.h"
 #include "wstring_encode.h"
 #include "wstring_encode.h"
 
 
-#include "zlib.h"
+#include <zlib.h>
 
 
 #include <algorithm>
 #include <algorithm>
 #include <fstream>
 #include <fstream>

+ 3 - 3
direct/src/plugin_activex/P3DActiveX.cpp

@@ -16,9 +16,9 @@
 #include "stdafx.h"
 #include "stdafx.h"
 #include "P3DActiveX.h"
 #include "P3DActiveX.h"
 
 
-#include "comcat.h"
-#include "strsafe.h"
-#include "objsafe.h"
+#include <comcat.h>
+#include <strsafe.h>
+#include <objsafe.h>
 
 
 
 
 #ifdef _DEBUG
 #ifdef _DEBUG

+ 3 - 3
direct/src/plugin_activex/P3DActiveXCtrl.cpp

@@ -20,9 +20,9 @@
 #include "P3DActiveXPropPage.h"
 #include "P3DActiveXPropPage.h"
 #include "PPBrowserObject.h"
 #include "PPBrowserObject.h"
 
 
-#include "Mshtml.h"
-#include "atlconv.h"
-#include "comutil.h"
+#include <Mshtml.h>
+#include <atlconv.h>
+#include <comutil.h>
 
 
 #include <strstream>
 #include <strstream>
 
 

+ 1 - 1
direct/src/plugin_activex/P3DActiveXCtrl.h

@@ -19,7 +19,7 @@
 #include "PPPandaObject.h"
 #include "PPPandaObject.h"
 #include "PPInterface.h"
 #include "PPInterface.h"
 #include "get_twirl_data.h"
 #include "get_twirl_data.h"
-#include "Mshtml.h"
+#include <Mshtml.h>
 
 
 #include <vector>
 #include <vector>
 
 

+ 1 - 1
direct/src/plugin_activex/PPInstance.h

@@ -16,7 +16,7 @@
 #include <string>
 #include <string>
 #include <vector>
 #include <vector>
 #include <math.h>
 #include <math.h>
-#include "afxmt.h"
+#include <afxmt.h>
 
 
 #include "p3d_plugin.h"
 #include "p3d_plugin.h"
 #include "PPDownloadCallback.h"
 #include "PPDownloadCallback.h"

+ 1 - 1
direct/src/plugin_activex/PPInterface.cpp

@@ -20,7 +20,7 @@
 #include "P3DActiveXCtrl.h"
 #include "P3DActiveXCtrl.h"
 
 
 #include <strstream>
 #include <strstream>
-#include "Mshtml.h"
+#include <Mshtml.h>
 
 
 PPInterface::PPInterface( )
 PPInterface::PPInterface( )
 {
 {

+ 2 - 1
direct/src/plugin_activex/PPLogger.cpp

@@ -13,11 +13,12 @@
 
 
 #include "stdafx.h"
 #include "stdafx.h"
 
 
-#include "windows.h"
 #include "PPLogger.h"
 #include "PPLogger.h"
 #include "mkdir_complete.h"
 #include "mkdir_complete.h"
 #include "wstring_encode.h"
 #include "wstring_encode.h"
 
 
+#include <windows.h>
+
 std::ofstream PPLogger::m_logfile;
 std::ofstream PPLogger::m_logfile;
 bool PPLogger::m_isOpen = false;
 bool PPLogger::m_isOpen = false;
 
 

+ 1 - 1
direct/src/plugin_npapi/nppanda3d_common.h

@@ -64,7 +64,7 @@ extern bool has_plugin_thread_async_call;
 
 
 #include "npapi.h"
 #include "npapi.h"
 #if NP_VERSION_MAJOR == 0 && NP_VERSION_MINOR <= 19
 #if NP_VERSION_MAJOR == 0 && NP_VERSION_MINOR <= 19
-  #include "npupp.h"
+  #include <npupp.h>
 #else
 #else
   // Somewhere between version 0.19 and 0.22, Mozilla renamed npupp.h to
   // Somewhere between version 0.19 and 0.22, Mozilla renamed npupp.h to
   // npfunctions.h.
   // npfunctions.h.

+ 4 - 4
direct/src/showutil/FreezeTool.py

@@ -246,7 +246,7 @@ class CompilationEnvironment:
 frozenMainCode = """
 frozenMainCode = """
 /* Python interpreter main program for frozen scripts */
 /* Python interpreter main program for frozen scripts */
 
 
-#include "Python.h"
+#include <Python.h>
 
 
 #if PY_MAJOR_VERSION >= 3
 #if PY_MAJOR_VERSION >= 3
 #include <locale.h>
 #include <locale.h>
@@ -386,7 +386,7 @@ error:
 # The code from frozen_dllmain.c in the Python source repository.
 # The code from frozen_dllmain.c in the Python source repository.
 # Windows only.
 # Windows only.
 frozenDllMainCode = """
 frozenDllMainCode = """
-#include "windows.h"
+#include <windows.h>
 
 
 static char *possibleModules[] = {
 static char *possibleModules[] = {
     "pywintypes",
     "pywintypes",
@@ -555,9 +555,9 @@ static PyMethodDef nullMethods[] = {
 """
 """
 
 
 programFile = """
 programFile = """
-#include "Python.h"
+#include <Python.h>
 #ifdef _WIN32
 #ifdef _WIN32
-#include "malloc.h"
+#include <malloc.h>
 #endif
 #endif
 
 
 %(moduleDefs)s
 %(moduleDefs)s

+ 1 - 1
dtool/metalibs/dtoolconfig/pydtool.cxx

@@ -17,7 +17,7 @@
 #if PYTHON_FRAMEWORK
 #if PYTHON_FRAMEWORK
   #include <Python/Python.h>
   #include <Python/Python.h>
 #else
 #else
-  #include "Python.h"
+  #include <Python.h>
 #endif
 #endif
 
 
 static PyObject *_inP07yttbRf(PyObject *self, PyObject *args);
 static PyObject *_inP07yttbRf(PyObject *self, PyObject *args);

+ 3 - 3
dtool/src/interrogate/interfaceMakerPythonNative.cxx

@@ -31,13 +31,13 @@
 #include "cppSimpleType.h"
 #include "cppSimpleType.h"
 #include "cppStructType.h"
 #include "cppStructType.h"
 #include "cppExpression.h"
 #include "cppExpression.h"
-#include "vector"
 #include "cppParameterList.h"
 #include "cppParameterList.h"
-#include "algorithm"
 #include "lineStream.h"
 #include "lineStream.h"
 
 
-#include <set>
+#include <algorithm>
 #include <map>
 #include <map>
+#include <set>
+#include <vector>
 
 
 using std::dec;
 using std::dec;
 using std::hex;
 using std::hex;

+ 2 - 2
dtool/src/interrogate/interfaceMakerPythonNative.h

@@ -11,8 +11,8 @@
 
 
 #ifndef INTERFACEMAKERPYTHONNATIVE_H
 #ifndef INTERFACEMAKERPYTHONNATIVE_H
 #define INTERFACEMAKERPYTHONNATIVE_H
 #define INTERFACEMAKERPYTHONNATIVE_H
-#include "map"
-#include "set"
+#include <map>
+#include <set>
 #include "dtoolbase.h"
 #include "dtoolbase.h"
 
 
 #include "interfaceMakerPython.h"
 #include "interfaceMakerPython.h"

+ 1 - 1
dtool/src/interrogatedb/py_compat.h

@@ -29,7 +29,7 @@
 // See PEP 353
 // See PEP 353
 #define PY_SSIZE_T_CLEAN 1
 #define PY_SSIZE_T_CLEAN 1
 
 
-#include "Python.h"
+#include <Python.h>
 
 
 /* Python 2.4 */
 /* Python 2.4 */
 
 

+ 1 - 1
dtool/src/interrogatedb/py_panda.h

@@ -21,7 +21,7 @@
 
 
 // py_compat.h includes Python.h.
 // py_compat.h includes Python.h.
 #include "py_compat.h"
 #include "py_compat.h"
-#include "structmember.h"
+#include <structmember.h>
 
 
 using namespace std;
 using namespace std;
 
 

+ 1 - 1
dtool/src/prc/configPage.cxx

@@ -22,7 +22,7 @@
 #include <ctype.h>
 #include <ctype.h>
 
 
 #ifdef HAVE_OPENSSL
 #ifdef HAVE_OPENSSL
-#include "openssl/evp.h"
+#include <openssl/evp.h>
 #endif
 #endif
 
 
 using std::istream;
 using std::istream;

+ 2 - 2
dtool/src/prc/encryptStreamBuf.cxx

@@ -20,8 +20,8 @@
 
 
 #ifdef HAVE_OPENSSL
 #ifdef HAVE_OPENSSL
 
 
-#include "openssl/rand.h"
-#include "openssl/evp.h"
+#include <openssl/rand.h>
+#include <openssl/evp.h>
 
 
 // The iteration count is scaled by this factor for writing to the stream.
 // The iteration count is scaled by this factor for writing to the stream.
 static const int iteration_count_factor = 1000;
 static const int iteration_count_factor = 1000;

+ 2 - 2
dtool/src/prc/prcKeyRegistry.cxx

@@ -19,8 +19,8 @@
 
 
 #ifdef HAVE_OPENSSL
 #ifdef HAVE_OPENSSL
 
 
-#include "openssl/evp.h"
-#include "openssl/pem.h"
+#include <openssl/evp.h>
+#include <openssl/pem.h>
 
 
 // Some versions of OpenSSL appear to define this as a macro.  Yucky.
 // Some versions of OpenSSL appear to define this as a macro.  Yucky.
 #undef set_key
 #undef set_key

+ 5 - 5
dtool/src/prckeys/makePrcKey.cxx

@@ -24,11 +24,11 @@
 #include PRC_PUBLIC_KEYS_INCLUDE
 #include PRC_PUBLIC_KEYS_INCLUDE
 #endif
 #endif
 
 
-#include "openssl/rsa.h"
-#include "openssl/err.h"
-#include "openssl/pem.h"
-#include "openssl/rand.h"
-#include "openssl/bio.h"
+#include <openssl/rsa.h>
+#include <openssl/err.h>
+#include <openssl/pem.h>
+#include <openssl/rand.h>
+#include <openssl/bio.h>
 
 
 using std::cerr;
 using std::cerr;
 using std::string;
 using std::string;

+ 5 - 5
dtool/src/prckeys/signPrcFile_src.cxx

@@ -24,11 +24,11 @@
 
 
 #include <time.h>
 #include <time.h>
 
 
-#include "openssl/err.h"
-#include "openssl/pem.h"
-#include "openssl/rand.h"
-#include "openssl/bio.h"
-#include "openssl/evp.h"
+#include <openssl/err.h>
+#include <openssl/pem.h>
+#include <openssl/rand.h>
+#include <openssl/bio.h>
+#include <openssl/evp.h>
 
 
 using std::cerr;
 using std::cerr;
 using std::string;
 using std::string;

+ 2 - 1
panda/src/android/android_main.cxx

@@ -19,10 +19,11 @@
 #include "thread.h"
 #include "thread.h"
 #include "urlSpec.h"
 #include "urlSpec.h"
 
 
+#include "android_native_app_glue.h"
+
 #include "config_display.h"
 #include "config_display.h"
 // #define OPENGLES_1 #include "config_androiddisplay.h"
 // #define OPENGLES_1 #include "config_androiddisplay.h"
 
 
-#include <android_native_app_glue.h>
 #include <sys/socket.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
 #include <arpa/inet.h>
 
 

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

@@ -61,7 +61,7 @@
 #ifndef __FMOD_AUDIO_SOUND_H__
 #ifndef __FMOD_AUDIO_SOUND_H__
 #define __FMOD_AUDIO_SOUND_H__
 #define __FMOD_AUDIO_SOUND_H__
 
 
-#include <pandabase.h>
+#include "pandabase.h"
 
 
 #include "audioSound.h"
 #include "audioSound.h"
 #include "reMutex.h"
 #include "reMutex.h"

+ 2 - 1
panda/src/audiotraits/globalMilesManager.h

@@ -17,11 +17,12 @@
 #include "pandabase.h"
 #include "pandabase.h"
 #ifdef HAVE_RAD_MSS //[
 #ifdef HAVE_RAD_MSS //[
 
 
-#include "mss.h"
 #include "pset.h"
 #include "pset.h"
 #include "lightMutex.h"
 #include "lightMutex.h"
 #include "lightMutexHolder.h"
 #include "lightMutexHolder.h"
 
 
+#include <mss.h>
+
 #ifndef UINTa
 #ifndef UINTa
 #define UINTa U32
 #define UINTa U32
 #endif
 #endif

+ 2 - 1
panda/src/audiotraits/milesAudioManager.h

@@ -19,7 +19,6 @@
 #ifdef HAVE_RAD_MSS //[
 #ifdef HAVE_RAD_MSS //[
 
 
 #include "audioManager.h"
 #include "audioManager.h"
-#include "mss.h"
 #include "pset.h"
 #include "pset.h"
 #include "pmap.h"
 #include "pmap.h"
 #include "pdeque.h"
 #include "pdeque.h"
@@ -30,6 +29,8 @@
 #include "conditionVar.h"
 #include "conditionVar.h"
 #include "vector_uchar.h"
 #include "vector_uchar.h"
 
 
+#include <mss.h>
+
 class MilesAudioSound;
 class MilesAudioSound;
 
 
 class EXPCL_MILES_AUDIO MilesAudioManager: public AudioManager {
 class EXPCL_MILES_AUDIO MilesAudioManager: public AudioManager {

+ 2 - 1
panda/src/audiotraits/milesAudioSample.h

@@ -20,7 +20,8 @@
 
 
 #include "milesAudioSound.h"
 #include "milesAudioSound.h"
 #include "milesAudioManager.h"
 #include "milesAudioManager.h"
-#include "mss.h"
+
+#include <mss.h>
 
 
 /**
 /**
  * A sound file, such as a WAV or MP3 file, that is preloaded into memory and
  * A sound file, such as a WAV or MP3 file, that is preloaded into memory and

+ 2 - 1
panda/src/audiotraits/milesAudioSequence.h

@@ -19,7 +19,8 @@
 
 
 #include "milesAudioSound.h"
 #include "milesAudioSound.h"
 #include "milesAudioManager.h"
 #include "milesAudioManager.h"
-#include "mss.h"
+
+#include <mss.h>
 
 
 /**
 /**
  * A MIDI file, preloaded and played from a memory buffer.  MIDI files cannot
  * A MIDI file, preloaded and played from a memory buffer.  MIDI files cannot

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

@@ -19,7 +19,8 @@
 
 
 #include "audioSound.h"
 #include "audioSound.h"
 #include "milesAudioManager.h"
 #include "milesAudioManager.h"
-#include "mss.h"
+
+#include <mss.h>
 
 
 /**
 /**
  * The base class for both MilesAudioStream and MilesAudioSample.
  * The base class for both MilesAudioStream and MilesAudioSample.

+ 2 - 1
panda/src/audiotraits/milesAudioStream.h

@@ -19,7 +19,8 @@
 
 
 #include "milesAudioSound.h"
 #include "milesAudioSound.h"
 #include "milesAudioManager.h"
 #include "milesAudioManager.h"
-#include "mss.h"
+
+#include <mss.h>
 
 
 /**
 /**
  * This represents a sound file played by the Miles Sound System, similar to
  * This represents a sound file played by the Miles Sound System, similar to

+ 2 - 1
panda/src/awesomium/awWebCore.cxx

@@ -13,7 +13,8 @@
 
 
 #include "config_awesomium.h"
 #include "config_awesomium.h"
 #include "awWebCore.h"
 #include "awWebCore.h"
-#include "WebCore.h"
+
+#include <WebCore.h>
 
 
 TypeHandle AwWebCore::_type_handle;
 TypeHandle AwWebCore::_type_handle;
 
 

+ 3 - 3
panda/src/awesomium/awesomium_includes.h

@@ -14,8 +14,8 @@
 #ifndef _AWESOMIUM_INCLUDES_H_
 #ifndef _AWESOMIUM_INCLUDES_H_
 #define _AWESOMIUM_INCLUDES_H_
 #define _AWESOMIUM_INCLUDES_H_
 
 
-#include "WebCore.h"
-#include "WebView.h"
-#include "WebViewListener.h"
+#include <WebCore.h>
+#include <WebView.h>
+#include <WebViewListener.h>
 
 
 #endif
 #endif

+ 15 - 15
panda/src/bullet/bullet_includes.h

@@ -16,23 +16,23 @@
 
 
 #include "pandabase.h"
 #include "pandabase.h"
 
 
-#include "btBulletDynamicsCommon.h"
+#include <btBulletDynamicsCommon.h>
 
 
 #ifndef CPPPARSER
 #ifndef CPPPARSER
-#include "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h"
-#include "BulletCollision/CollisionDispatch/btGhostObject.h"
-#include "BulletCollision/CollisionDispatch/btManifoldResult.h"
-#include "BulletCollision/CollisionShapes/btConvexPointCloudShape.h"
-#include "BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h"
-#include "BulletCollision/CollisionShapes/btMinkowskiSumShape.h"
-#include "BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h"
-#include "BulletCollision/Gimpact/btGImpactShape.h"
-#include "BulletDynamics/Character/btKinematicCharacterController.h"
-#include "BulletDynamics/Vehicle/btRaycastVehicle.h"
-#include "BulletSoftBody/btSoftBodyHelpers.h"
-#include "BulletSoftBody/btSoftBodyInternals.h"
-#include "BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h"
-#include "BulletSoftBody/btSoftRigidDynamicsWorld.h"
+#include <BulletCollision/BroadphaseCollision/btBroadphaseProxy.h>
+#include <BulletCollision/CollisionDispatch/btGhostObject.h>
+#include <BulletCollision/CollisionDispatch/btManifoldResult.h>
+#include <BulletCollision/CollisionShapes/btConvexPointCloudShape.h>
+#include <BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h>
+#include <BulletCollision/CollisionShapes/btMinkowskiSumShape.h>
+#include <BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h>
+#include <BulletCollision/Gimpact/btGImpactShape.h>
+#include <BulletDynamics/Character/btKinematicCharacterController.h>
+#include <BulletDynamics/Vehicle/btRaycastVehicle.h>
+#include <BulletSoftBody/btSoftBodyHelpers.h>
+#include <BulletSoftBody/btSoftBodyInternals.h>
+#include <BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h>
+#include <BulletSoftBody/btSoftRigidDynamicsWorld.h>
 #endif
 #endif
 
 
 #endif // __BULLET_INCLUDES_H__
 #endif // __BULLET_INCLUDES_H__

+ 1 - 1
panda/src/device/clientBase.h

@@ -27,7 +27,7 @@
 #include "coordinateSystem.h"
 #include "coordinateSystem.h"
 
 
 #ifdef OLD_HAVE_IPC
 #ifdef OLD_HAVE_IPC
-#include "ipc_thread.h"
+#include <ipc_thread.h>
 #endif
 #endif
 
 
 #include "pmap.h"
 #include "pmap.h"

+ 1 - 1
panda/src/downloader/bioPtr.cxx

@@ -19,7 +19,7 @@
 #include "config_downloader.h"
 #include "config_downloader.h"
 
 
 #include "openSSLWrapper.h"  // must be included before any other openssl.
 #include "openSSLWrapper.h"  // must be included before any other openssl.
-#include "openssl/ssl.h"
+#include <openssl/ssl.h>
 
 
 #ifdef _WIN32
 #ifdef _WIN32
 #include <winsock2.h>
 #include <winsock2.h>

+ 2 - 1
panda/src/downloader/httpCookie.cxx

@@ -15,9 +15,10 @@
 
 
 #ifdef HAVE_OPENSSL
 #ifdef HAVE_OPENSSL
 
 
-#include "ctype.h"
 #include "httpChannel.h"
 #include "httpChannel.h"
 
 
+#include <ctype.h>
+
 using std::string;
 using std::string;
 
 
 /**
 /**

+ 2 - 2
panda/src/downloader/httpDigestAuthorization.cxx

@@ -17,8 +17,8 @@
 
 
 #include "httpChannel.h"
 #include "httpChannel.h"
 #include "openSSLWrapper.h"  // must be included before any other openssl.
 #include "openSSLWrapper.h"  // must be included before any other openssl.
-#include "openssl/ssl.h"
-#include "openssl/md5.h"
+#include <openssl/ssl.h>
+#include <openssl/md5.h>
 #include <time.h>
 #include <time.h>
 
 
 using std::ostream;
 using std::ostream;

+ 1 - 1
panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx

@@ -66,7 +66,7 @@
 #include "config_pgraph.h"
 #include "config_pgraph.h"
 #include "shaderGenerator.h"
 #include "shaderGenerator.h"
 #ifdef HAVE_CG
 #ifdef HAVE_CG
-#include "Cg/cgD3D9.h"
+#include <Cg/cgD3D9.h>
 #endif
 #endif
 
 
 #include <mmsystem.h>
 #include <mmsystem.h>

+ 1 - 1
panda/src/express/hashVal.cxx

@@ -17,7 +17,7 @@
 
 
 #ifdef HAVE_OPENSSL
 #ifdef HAVE_OPENSSL
 #include "openSSLWrapper.h"  // must be included before any other openssl.
 #include "openSSLWrapper.h"  // must be included before any other openssl.
-#include "openssl/md5.h"
+#include <openssl/md5.h>
 #endif  // HAVE_OPENSSL
 #endif  // HAVE_OPENSSL
 
 
 using std::istream;
 using std::istream;

+ 5 - 5
panda/src/express/openSSLWrapper.h

@@ -27,11 +27,11 @@
 #define OPENSSL_NO_KRB5
 #define OPENSSL_NO_KRB5
 #endif
 #endif
 
 
-#include "openssl/ssl.h"
-#include "openssl/rand.h"
-#include "openssl/err.h"
-#include "openssl/x509.h"
-#include "openssl/x509v3.h"
+#include <openssl/ssl.h>
+#include <openssl/rand.h>
+#include <openssl/err.h>
+#include <openssl/x509.h>
+#include <openssl/x509v3.h>
 
 
 // Windows may define this macro inappropriately.
 // Windows may define this macro inappropriately.
 #ifdef X509_NAME
 #ifdef X509_NAME

+ 1 - 1
panda/src/express/password_hash.cxx

@@ -18,7 +18,7 @@
 #ifdef HAVE_OPENSSL
 #ifdef HAVE_OPENSSL
 
 
 #include "pnotify.h"
 #include "pnotify.h"
-#include "openssl/evp.h"
+#include <openssl/evp.h>
 #include "memoryHook.h"
 #include "memoryHook.h"
 
 
 using std::string;
 using std::string;

+ 1 - 1
panda/src/express/patchfile.cxx

@@ -27,7 +27,7 @@
 #include <string.h>  // for strstr
 #include <string.h>  // for strstr
 
 
 #ifdef HAVE_TAR
 #ifdef HAVE_TAR
-#include "libtar.h"
+#include <libtar.h>
 #include <fcntl.h>  // for O_RDONLY
 #include <fcntl.h>  // for O_RDONLY
 #endif  // HAVE_TAR
 #endif  // HAVE_TAR
 
 

+ 3 - 3
panda/src/ffmpeg/config_ffmpeg.cxx

@@ -21,9 +21,9 @@
 #include "movieTypeRegistry.h"
 #include "movieTypeRegistry.h"
 
 
 extern "C" {
 extern "C" {
-  #include "libavcodec/avcodec.h"
-  #include "libavformat/avformat.h"
-  #include "libavutil/avutil.h"
+  #include <libavcodec/avcodec.h>
+  #include <libavformat/avformat.h>
+  #include <libavutil/avutil.h>
 }
 }
 
 
 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_FFMPEG)
 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_FFMPEG)

+ 5 - 5
panda/src/ffmpeg/ffmpegAudioCursor.cxx

@@ -16,15 +16,15 @@
 
 
 #include "ffmpegAudio.h"
 #include "ffmpegAudio.h"
 extern "C" {
 extern "C" {
-  #include "libavutil/dict.h"
-  #include "libavutil/opt.h"
-  #include "libavcodec/avcodec.h"
-  #include "libavformat/avformat.h"
+  #include <libavutil/dict.h>
+  #include <libavutil/opt.h>
+  #include <libavcodec/avcodec.h>
+  #include <libavformat/avformat.h>
 }
 }
 
 
 #ifdef HAVE_SWRESAMPLE
 #ifdef HAVE_SWRESAMPLE
 extern "C" {
 extern "C" {
-  #include "libswresample/swresample.h"
+  #include <libswresample/swresample.h>
 }
 }
 #endif
 #endif
 
 

+ 1 - 1
panda/src/ffmpeg/ffmpegAudioCursor.h

@@ -23,7 +23,7 @@
 #include "ffmpegVirtualFile.h"
 #include "ffmpegVirtualFile.h"
 
 
 extern "C" {
 extern "C" {
-  #include "libavcodec/avcodec.h"
+  #include <libavcodec/avcodec.h>
 }
 }
 
 
 class FfmpegAudio;
 class FfmpegAudio;

+ 4 - 4
panda/src/ffmpeg/ffmpegVideoCursor.cxx

@@ -20,11 +20,11 @@
 #include "ffmpegVideo.h"
 #include "ffmpegVideo.h"
 #include "bamReader.h"
 #include "bamReader.h"
 extern "C" {
 extern "C" {
-  #include "libavcodec/avcodec.h"
-  #include "libavformat/avformat.h"
-  #include "libavutil/pixdesc.h"
+  #include <libavcodec/avcodec.h>
+  #include <libavformat/avformat.h>
+  #include <libavutil/pixdesc.h>
 #ifdef HAVE_SWSCALE
 #ifdef HAVE_SWSCALE
-  #include "libswscale/swscale.h"
+  #include <libswscale/swscale.h>
 #endif
 #endif
 }
 }
 
 

+ 2 - 2
panda/src/ffmpeg/ffmpegVirtualFile.cxx

@@ -21,8 +21,8 @@ using std::streampos;
 using std::streamsize;
 using std::streamsize;
 
 
 extern "C" {
 extern "C" {
-  #include "libavcodec/avcodec.h"
-  #include "libavformat/avformat.h"
+  #include <libavcodec/avcodec.h>
+  #include <libavformat/avformat.h>
 }
 }
 
 
 #ifndef AVSEEK_SIZE
 #ifndef AVSEEK_SIZE

+ 1 - 1
panda/src/ffmpeg/ffmpegVirtualFile.h

@@ -21,7 +21,7 @@
 
 
 #include <stdarg.h>
 #include <stdarg.h>
 extern "C" {
 extern "C" {
-  #include "libavformat/avio.h"
+  #include <libavformat/avio.h>
 }
 }
 
 
 struct URLContext;
 struct URLContext;

+ 1 - 1
panda/src/glstuff/glGraphicsStateGuardian_src.cxx

@@ -68,7 +68,7 @@
 #include "displayInformation.h"
 #include "displayInformation.h"
 
 
 #if defined(HAVE_CG) && !defined(OPENGLES)
 #if defined(HAVE_CG) && !defined(OPENGLES)
-#include "Cg/cgGL.h"
+#include <Cg/cgGL.h>
 #endif
 #endif
 
 
 #include <algorithm>
 #include <algorithm>

+ 2 - 1
panda/src/grutil/movieTexture.cxx

@@ -25,9 +25,10 @@
 #include "bamCacheRecord.h"
 #include "bamCacheRecord.h"
 #include "bamReader.h"
 #include "bamReader.h"
 #include "bamWriter.h"
 #include "bamWriter.h"
-#include "math.h"
 #include "audioSound.h"
 #include "audioSound.h"
 
 
+#include <math.h>
+
 TypeHandle MovieTexture::_type_handle;
 TypeHandle MovieTexture::_type_handle;
 
 
 /**
 /**

+ 1 - 1
panda/src/mathutil/fftCompressor.cxx

@@ -29,7 +29,7 @@
 #undef howmany
 #undef howmany
 #endif
 #endif
 
 
-#include "fftw3.h"
+#include <fftw3.h>
 
 
 // These FFTW support objects can only be defined if we actually have the FFTW
 // These FFTW support objects can only be defined if we actually have the FFTW
 // library available.
 // library available.

+ 1 - 1
panda/src/ode/ode_includes.h

@@ -35,7 +35,7 @@
 #define int32 ode_int32
 #define int32 ode_int32
 #define uint32 ode_uint32
 #define uint32 ode_uint32
 
 
-#include "ode/ode.h"
+#include <ode/ode.h>
 
 
 // These are the ones that conflict with other defines in Panda.  It may be
 // These are the ones that conflict with other defines in Panda.  It may be
 // necessary to add to this list at a later time.
 // necessary to add to this list at a later time.

+ 1 - 1
panda/src/physx/physxFileStream.cxx

@@ -13,7 +13,7 @@
 
 
 #include "physxFileStream.h"
 #include "physxFileStream.h"
 
 
-#include "stdio.h"
+#include <stdio.h>
 
 
 #include "virtualFileSystem.h"
 #include "virtualFileSystem.h"
 
 

+ 10 - 10
panda/src/physx/physx_includes.h

@@ -15,7 +15,7 @@
 #define PHYSX_INCLUDES_H
 #define PHYSX_INCLUDES_H
 
 
 // This one is safe to include
 // This one is safe to include
-#include "NxVersionNumber.h"
+#include <NxVersionNumber.h>
 
 
 // Platform-specific defines
 // Platform-specific defines
 #if defined(_WIN64)
 #if defined(_WIN64)
@@ -49,15 +49,15 @@
 
 
 
 
 // PhysX headers
 // PhysX headers
-#include "Nxp.h"
-#include "NxPhysics.h"
-#include "NxExtended.h"
-#include "NxStream.h"
-#include "NxCooking.h"
-#include "NxController.h"
-#include "NxControllerManager.h"
-#include "NxBoxController.h"
-#include "NxCapsuleController.h"
+#include <Nxp.h>
+#include <NxPhysics.h>
+#include <NxExtended.h>
+#include <NxStream.h>
+#include <NxCooking.h>
+#include <NxController.h>
+#include <NxControllerManager.h>
+#include <NxBoxController.h>
+#include <NxCapsuleController.h>
 
 
 
 
 #endif // PHYSX_INCLUDES_H
 #endif // PHYSX_INCLUDES_H

+ 1 - 1
panda/src/speedtree/speedTreeNode.cxx

@@ -35,7 +35,7 @@
 #include "pStatTimer.h"
 #include "pStatTimer.h"
 
 
 #ifdef SPEEDTREE_OPENGL
 #ifdef SPEEDTREE_OPENGL
-#include "glew/glew.h"
+#include <glew/glew.h>
 #endif  // SPEEDTREE_OPENGL
 #endif  // SPEEDTREE_OPENGL
 
 
 #ifdef SPEEDTREE_DIRECTX9
 #ifdef SPEEDTREE_DIRECTX9

+ 4 - 4
panda/src/speedtree/speedtree_api.h

@@ -18,14 +18,14 @@
 // headers from the SpeedTree API, needed in this directory.
 // headers from the SpeedTree API, needed in this directory.
 
 
 #include "speedtree_parameters.h"
 #include "speedtree_parameters.h"
-#include "Core/Core.h"
-#include "Forest/Forest.h"
+#include <Core/Core.h>
+#include <Forest/Forest.h>
 
 
 #if defined(SPEEDTREE_OPENGL)
 #if defined(SPEEDTREE_OPENGL)
-  #include "Renderers/OpenGL/OpenGLRenderer.h"
+  #include <Renderers/OpenGL/OpenGLRenderer.h>
 #elif defined(SPEEDTREE_DIRECTX9)
 #elif defined(SPEEDTREE_DIRECTX9)
   #undef Configure
   #undef Configure
-  #include "Renderers/DirectX9/DirectX9Renderer.h"
+  #include <Renderers/DirectX9/DirectX9Renderer.h>
 #else
 #else
   #error Unexpected graphics API.
   #error Unexpected graphics API.
 #endif
 #endif

+ 2 - 1
panda/src/tinydisplay/tinySDLGraphicsWindow.h

@@ -21,9 +21,10 @@
 #include "tinySDLGraphicsPipe.h"
 #include "tinySDLGraphicsPipe.h"
 #include "graphicsWindow.h"
 #include "graphicsWindow.h"
 #include "buttonHandle.h"
 #include "buttonHandle.h"
-#include "SDL.h"
 #include "zbuffer.h"
 #include "zbuffer.h"
 
 
+#include <SDL.h>
+
 /**
 /**
  * This graphics window class is implemented via SDL.
  * This graphics window class is implemented via SDL.
  */
  */

+ 1 - 1
panda/src/tinydisplay/vertex.cxx

@@ -1,5 +1,5 @@
 #include "zgl.h"
 #include "zgl.h"
-#include "string.h"
+#include <string.h>
 
 
 void gl_eval_viewport(GLContext * c) {
 void gl_eval_viewport(GLContext * c) {
   GLViewport *v = &c->viewport;
   GLViewport *v = &c->viewport;

+ 1 - 1
panda/src/vision/arToolKit.cxx

@@ -22,7 +22,7 @@
 #include "compose_matrix.h"
 #include "compose_matrix.h"
 #include "config_vision.h"
 #include "config_vision.h"
 extern "C" {
 extern "C" {
-  #include "AR/ar.h"
+  #include <AR/ar.h>
 };
 };
 
 
 ARToolKit::PatternTable ARToolKit::_pattern_table;
 ARToolKit::PatternTable ARToolKit::_pattern_table;

+ 6 - 6
panda/src/vrpn/vrpn_interface.h

@@ -21,14 +21,14 @@
 
 
 // Prevent VRPN from defining this function, which we don't need,
 // Prevent VRPN from defining this function, which we don't need,
 // and cause compilation errors in MSVC 2015.
 // and cause compilation errors in MSVC 2015.
-#include "vrpn_Configure.h"
+#include <vrpn_Configure.h>
 #undef VRPN_EXPORT_GETTIMEOFDAY
 #undef VRPN_EXPORT_GETTIMEOFDAY
 
 
-#include "vrpn_Connection.h"
-#include "vrpn_Tracker.h"
-#include "vrpn_Analog.h"
-#include "vrpn_Button.h"
-#include "vrpn_Dial.h"
+#include <vrpn_Connection.h>
+#include <vrpn_Tracker.h>
+#include <vrpn_Analog.h>
+#include <vrpn_Button.h>
+#include <vrpn_Dial.h>
 
 
 #ifdef sleep
 #ifdef sleep
 #undef sleep
 #undef sleep

+ 2 - 2
panda/src/windisplay/winGraphicsPipe.cxx

@@ -18,8 +18,8 @@
 #include "dtool_config.h"
 #include "dtool_config.h"
 #include "pbitops.h"
 #include "pbitops.h"
 
 
-#include "psapi.h"
-#include "powrprof.h"
+#include <psapi.h>
+#include <powrprof.h>
 #include <intrin.h>
 #include <intrin.h>
 
 
 TypeHandle WinGraphicsPipe::_type_handle;
 TypeHandle WinGraphicsPipe::_type_handle;

+ 10 - 10
pandatool/src/daeegg/daeCharacter.cxx

@@ -21,16 +21,16 @@
 
 
 #include "eggExternalReference.h"
 #include "eggExternalReference.h"
 
 
-#include "FCDocument/FCDocument.h"
-#include "FCDocument/FCDController.h"
-#include "FCDocument/FCDGeometry.h"
-#include "FCDocument/FCDSceneNodeTools.h"
-
-#include "FCDocument/FCDSceneNode.h"
-#include "FCDocument/FCDTransform.h"
-#include "FCDocument/FCDAnimated.h"
-#include "FCDocument/FCDAnimationCurve.h"
-#include "FCDocument/FCDAnimationKey.h"
+#include <FCDocument/FCDocument.h>
+#include <FCDocument/FCDController.h>
+#include <FCDocument/FCDGeometry.h>
+#include <FCDocument/FCDSceneNodeTools.h>
+
+#include <FCDocument/FCDSceneNode.h>
+#include <FCDocument/FCDTransform.h>
+#include <FCDocument/FCDAnimated.h>
+#include <FCDocument/FCDAnimationCurve.h>
+#include <FCDocument/FCDAnimationKey.h>
 
 
 TypeHandle DaeCharacter::_type_handle;
 TypeHandle DaeCharacter::_type_handle;
 
 

+ 5 - 5
pandatool/src/daeegg/daeCharacter.h

@@ -21,11 +21,11 @@
 #include "epvector.h"
 #include "epvector.h"
 
 
 #include "pre_fcollada_include.h"
 #include "pre_fcollada_include.h"
-#include "FCollada.h"
-#include "FCDocument/FCDSceneNode.h"
-#include "FCDocument/FCDControllerInstance.h"
-#include "FCDocument/FCDSkinController.h"
-#include "FCDocument/FCDGeometryMesh.h"
+#include <FCollada.h>
+#include <FCDocument/FCDSceneNode.h>
+#include <FCDocument/FCDControllerInstance.h>
+#include <FCDocument/FCDSkinController.h>
+#include <FCDocument/FCDGeometryMesh.h>
 
 
 class DAEToEggConverter;
 class DAEToEggConverter;
 
 

+ 6 - 6
pandatool/src/daeegg/daeMaterials.cxx

@@ -15,12 +15,12 @@
 #include "config_daeegg.h"
 #include "config_daeegg.h"
 #include "fcollada_utils.h"
 #include "fcollada_utils.h"
 
 
-#include "FCDocument/FCDocument.h"
-#include "FCDocument/FCDMaterial.h"
-#include "FCDocument/FCDEffect.h"
-#include "FCDocument/FCDTexture.h"
-#include "FCDocument/FCDEffectParameterSampler.h"
-#include "FCDocument/FCDImage.h"
+#include <FCDocument/FCDocument.h>
+#include <FCDocument/FCDMaterial.h>
+#include <FCDocument/FCDEffect.h>
+#include <FCDocument/FCDTexture.h>
+#include <FCDocument/FCDEffectParameterSampler.h>
+#include <FCDocument/FCDImage.h>
 
 
 #include "filename.h"
 #include "filename.h"
 #include "string_utils.h"
 #include "string_utils.h"

+ 6 - 6
pandatool/src/daeegg/daeMaterials.h

@@ -24,12 +24,12 @@
 #include "pt_EggMaterial.h"
 #include "pt_EggMaterial.h"
 
 
 #include "pre_fcollada_include.h"
 #include "pre_fcollada_include.h"
-#include "FCollada.h"
-#include "FCDocument/FCDGeometryInstance.h"
-#include "FCDocument/FCDMaterialInstance.h"
-#include "FCDocument/FCDEffectStandard.h"
-#include "FCDocument/FCDEffectParameterSampler.h"
-#include "FCDocument/FCDExtra.h"
+#include <FCollada.h>
+#include <FCDocument/FCDGeometryInstance.h>
+#include <FCDocument/FCDMaterialInstance.h>
+#include <FCDocument/FCDEffectStandard.h>
+#include <FCDocument/FCDEffectParameterSampler.h>
+#include <FCDocument/FCDExtra.h>
 
 
 /**
 /**
  * This class is seperated from the converter file because otherwise it would
  * This class is seperated from the converter file because otherwise it would

+ 17 - 17
pandatool/src/daeegg/daeToEggConverter.cxx

@@ -28,24 +28,24 @@
 #include "eggSAnimData.h"
 #include "eggSAnimData.h"
 #include "pt_EggVertex.h"
 #include "pt_EggVertex.h"
 
 
-#include "FCDocument/FCDAsset.h"
-#include "FCDocument/FCDocumentTools.h"
-#include "FCDocument/FCDSceneNode.h"
-#include "FCDocument/FCDSceneNodeTools.h"
-#include "FCDocument/FCDGeometry.h"
-#include "FCDocument/FCDGeometryInstance.h"
-#include "FCDocument/FCDGeometryPolygons.h"
-#include "FCDocument/FCDGeometrySource.h"
-#include "FCDocument/FCDSkinController.h"
-#include "FCDocument/FCDController.h"
-#include "FCDocument/FCDControllerInstance.h"
-#include "FCDocument/FCDMorphController.h"
-#include "FCDocument/FCDMaterialInstance.h"
-#include "FCDocument/FCDExtra.h"
-#include "FCDocument/FCDEffect.h"
-#include "FCDocument/FCDEffectStandard.h"
+#include <FCDocument/FCDAsset.h>
+#include <FCDocument/FCDocumentTools.h>
+#include <FCDocument/FCDSceneNode.h>
+#include <FCDocument/FCDSceneNodeTools.h>
+#include <FCDocument/FCDGeometry.h>
+#include <FCDocument/FCDGeometryInstance.h>
+#include <FCDocument/FCDGeometryPolygons.h>
+#include <FCDocument/FCDGeometrySource.h>
+#include <FCDocument/FCDSkinController.h>
+#include <FCDocument/FCDController.h>
+#include <FCDocument/FCDControllerInstance.h>
+#include <FCDocument/FCDMorphController.h>
+#include <FCDocument/FCDMaterialInstance.h>
+#include <FCDocument/FCDExtra.h>
+#include <FCDocument/FCDEffect.h>
+#include <FCDocument/FCDEffectStandard.h>
 #if FCOLLADA_VERSION >= 0x00030005
 #if FCOLLADA_VERSION >= 0x00030005
-  #include "FCDocument/FCDGeometryPolygonsInput.h"
+  #include <FCDocument/FCDGeometryPolygonsInput.h>
 #endif
 #endif
 
 
 using std::endl;
 using std::endl;

+ 9 - 9
pandatool/src/daeegg/daeToEggConverter.h

@@ -23,15 +23,15 @@
 #include "eggNurbsCurve.h"
 #include "eggNurbsCurve.h"
 
 
 #include "pre_fcollada_include.h"
 #include "pre_fcollada_include.h"
-#include "FCollada.h"
-#include "FCDocument/FCDocument.h"
-#include "FCDocument/FCDTransform.h"
-#include "FCDocument/FCDEntityInstance.h"
-#include "FCDocument/FCDControllerInstance.h"
-#include "FCDocument/FCDGeometryMesh.h"
-#include "FCDocument/FCDGeometrySpline.h"
-#include "FCDocument/FCDMaterial.h"
-#include "FMath/FMMatrix44.h"
+#include <FCollada.h>
+#include <FCDocument/FCDocument.h>
+#include <FCDocument/FCDTransform.h>
+#include <FCDocument/FCDEntityInstance.h>
+#include <FCDocument/FCDControllerInstance.h>
+#include <FCDocument/FCDGeometryMesh.h>
+#include <FCDocument/FCDGeometrySpline.h>
+#include <FCDocument/FCDMaterial.h>
+#include <FMath/FMMatrix44.h>
 
 
 #include "daeMaterials.h"
 #include "daeMaterials.h"
 #include "daeCharacter.h"
 #include "daeCharacter.h"

+ 1 - 1
pandatool/src/daeegg/fcollada_utils.h

@@ -18,7 +18,7 @@
 #define FCOLLADA_UTILS_H
 #define FCOLLADA_UTILS_H
 
 
 #include "pre_fcollada_include.h"
 #include "pre_fcollada_include.h"
-#include "FCollada.h"
+#include <FCollada.h>
 
 
 // Useful conversion stuff
 // Useful conversion stuff
 inline LVecBase3d TO_VEC3(FMVector3 v) {
 inline LVecBase3d TO_VEC3(FMVector3 v) {

+ 3 - 3
pandatool/src/daeprogs/eggToDAE.cxx

@@ -15,9 +15,9 @@
 #include "dcast.h"
 #include "dcast.h"
 #include "pandaVersion.h"
 #include "pandaVersion.h"
 
 
-#include "FCDocument/FCDocument.h"
-#include "FCDocument/FCDAsset.h"
-#include "FCDocument/FCDTransform.h"
+#include <FCDocument/FCDocument.h>
+#include <FCDocument/FCDAsset.h>
+#include <FCDocument/FCDTransform.h>
 
 
 // Useful conversion stuff
 // Useful conversion stuff
 #define TO_VEC3(v) (LVecBase3d(v[0], v[1], v[2]))
 #define TO_VEC3(v) (LVecBase3d(v[0], v[1], v[2]))

+ 2 - 2
pandatool/src/daeprogs/eggToDAE.h

@@ -20,8 +20,8 @@
 #include "eggTransform.h"
 #include "eggTransform.h"
 
 
 #include "pre_fcollada_include.h"
 #include "pre_fcollada_include.h"
-#include "FCollada.h"
-#include "FCDocument/FCDSceneNode.h"
+#include <FCollada.h>
+#include <FCDocument/FCDSceneNode.h>
 
 
 /**
 /**
  * A program to read an egg file and write a DAE file.
  * A program to read an egg file and write a DAE file.

+ 15 - 16
pandatool/src/maxegg/maxEgg.h

@@ -18,12 +18,11 @@
 #include <sys/stat.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <fcntl.h>
 #include <crtdbg.h>
 #include <crtdbg.h>
-#include "errno.h"
+#include <errno.h>
 
 
 using std::min;
 using std::min;
 using std::max;
 using std::max;
 
 
-#include "Max.h"
 #include "eggGroup.h"
 #include "eggGroup.h"
 #include "eggTable.h"
 #include "eggTable.h"
 #include "eggXfmSAnim.h"
 #include "eggXfmSAnim.h"
@@ -31,26 +30,25 @@ using std::max;
 #include "referenceCount.h"
 #include "referenceCount.h"
 #include "pointerTo.h"
 #include "pointerTo.h"
 #include "namable.h"
 #include "namable.h"
-#include "modstack.h"
 
 
 #include <iostream>
 #include <iostream>
 #include <fstream>
 #include <fstream>
 #include <vector>
 #include <vector>
 
 
 #define WIN32_LEAN_AND_MEAN
 #define WIN32_LEAN_AND_MEAN
-#include "windef.h"
-#include "windows.h"
-
-#include "Max.h"
-#include "iparamb2.h"
-#include "iparamm2.h"
-#include "istdplug.h"
-#include "iskin.h"
-#include "maxResource.h"
-#include "stdmat.h"
-#include "phyexp.h"
-#include "surf_api.h"
-#include "bipexp.h"
+#include <windef.h>
+#include <windows.h>
+
+#include <Max.h>
+#include <iparamb2.h>
+#include <iparamm2.h>
+#include <istdplug.h>
+#include <iskin.h>
+#include <stdmat.h>
+#include <phyexp.h>
+#include <surf_api.h>
+#include <bipexp.h>
+#include <modstack.h>
 
 
 #include "eggCoordinateSystem.h"
 #include "eggCoordinateSystem.h"
 #include "eggGroup.h"
 #include "eggGroup.h"
@@ -67,6 +65,7 @@ using std::max;
 #include "maxNodeDesc.h"
 #include "maxNodeDesc.h"
 #include "maxNodeTree.h"
 #include "maxNodeTree.h"
 #include "maxOptionsDialog.h"
 #include "maxOptionsDialog.h"
+#include "maxResource.h"
 #include "maxToEggConverter.h"
 #include "maxToEggConverter.h"
 
 
 #define MaxEggPlugin_CLASS_ID   Class_ID(0x7ac0d6b7, 0x55731ef6)
 #define MaxEggPlugin_CLASS_ID   Class_ID(0x7ac0d6b7, 0x55731ef6)

+ 9 - 9
pandatool/src/maxegg/maxEggLoader.cxx

@@ -30,15 +30,15 @@ using std::min;
 using std::max;
 using std::max;
 
 
 #include <stdio.h>
 #include <stdio.h>
-#include "Max.h"
-#include "istdplug.h"
-#include "stdmat.h"
-#include "decomp.h"
-#include "shape.h"
-#include "simpobj.h"
-#include "iparamb2.h"
-#include "iskin.h"
-#include "modstack.h"
+#include <Max.h>
+#include <istdplug.h>
+#include <stdmat.h>
+#include <decomp.h>
+#include <shape.h>
+#include <simpobj.h>
+#include <iparamb2.h>
+#include <iskin.h>
+#include <modstack.h>
 
 
 #include "maxEggLoader.h"
 #include "maxEggLoader.h"
 
 

+ 5 - 3
pandatool/src/maxprogs/maxEggImport.cxx

@@ -25,11 +25,13 @@
 using std::min;
 using std::min;
 using std::max;
 using std::max;
 
 
-// MAX includes
+// local includes
 #include "maxEggLoader.h"
 #include "maxEggLoader.h"
-#include "Max.h"
 #include "maxImportRes.h"
 #include "maxImportRes.h"
-#include "istdplug.h"
+
+// MAX includes
+#include <Max.h>
+#include <istdplug.h>
 
 
 // panda includes.
 // panda includes.
 #include "notifyCategoryProxy.h"
 #include "notifyCategoryProxy.h"