Skip to content

Commit a9dfd83

Browse files
committed
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.
1 parent 29beb0f commit a9dfd83

File tree

79 files changed

+244
-231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+244
-231
lines changed

contrib/src/rplight/gpuCommand.I

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
*/
2626

27-
#include "stdint.h"
27+
#include <stdint.h>
2828

2929
/**
3030
* @brief Appends an integer to the GPUCommand.

direct/src/plugin/fileSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#include "fileSpec.h"
1515
#include "wstring_encode.h"
16-
#include "openssl/md5.h"
16+
#include <openssl/md5.h>
1717

1818
#include <fstream>
1919
#include <fcntl.h>

direct/src/plugin/get_twirl_data.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
#include "get_twirl_data.h"
15-
#include "string.h"
15+
#include <string.h>
1616

1717
struct twirl_flip {
1818
int _index;

direct/src/plugin/load_plugin.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "is_pathsep.h"
1717
#include "wstring_encode.h"
1818

19-
#include "assert.h"
19+
#include <assert.h>
2020

2121
#include <iostream>
2222

direct/src/plugin/p3dCert.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#include <FL/Fl_Window.H>
1919

2020
#define OPENSSL_NO_KRB5
21-
#include "openssl/x509.h"
22-
#include "openssl/x509_vfy.h"
23-
#include "openssl/pem.h"
21+
#include <openssl/x509.h>
22+
#include <openssl/x509_vfy.h>
23+
#include <openssl/pem.h>
2424

2525
#include <string>
2626
#include <iostream>

direct/src/plugin/p3dCert_wx.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include "wstring_encode.h"
1616
#include "mkdir_complete.h"
1717

18-
#include "wx/cmdline.h"
19-
#include "wx/filename.h"
18+
#include <wx/cmdline.h>
19+
#include <wx/filename.h>
2020

2121
#include "ca_bundle_data_src.c"
2222

direct/src/plugin/p3dCert_wx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
#ifndef P3DCERT_WX_H
1515
#define P3DCERT_WX_H
1616

17-
#include "wx/wx.h"
17+
#include <wx/wx.h>
1818

1919
#define OPENSSL_NO_KRB5
20-
#include "openssl/x509.h"
21-
#include "openssl/x509_vfy.h"
22-
#include "openssl/pem.h"
20+
#include <openssl/x509.h>
21+
#include <openssl/x509_vfy.h>
22+
#include <openssl/pem.h>
2323

2424
#include <string>
2525
#include <iostream>

direct/src/plugin/p3dHost.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "mkdir_complete.h"
1818
#include "wstring_encode.h"
1919
#include "xml_helpers.h"
20-
#include "openssl/md5.h"
20+
#include <openssl/md5.h>
2121

2222
#include <algorithm>
2323

direct/src/plugin/p3dInstanceManager.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#endif
2727

2828
#define OPENSSL_NO_KRB5
29-
#include "openssl/x509.h"
30-
#include "openssl/pem.h"
31-
#include "openssl/md5.h"
29+
#include <openssl/x509.h>
30+
#include <openssl/pem.h>
31+
#include <openssl/md5.h>
3232

3333
class P3DInstance;
3434
class P3DSession;

direct/src/plugin/p3dPackage.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "mkdir_complete.h"
2121
#include "wstring_encode.h"
2222

23-
#include "zlib.h"
23+
#include <zlib.h>
2424

2525
#include <algorithm>
2626
#include <fstream>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy