Skip to content

Commit 732a3ec

Browse files
committed
Remove inclusion of pcre.h from files already including COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
In the previous commit COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h was changed to already include this header.
1 parent b7780cd commit 732a3ec

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

COLLADABaseUtils/src/COLLADABUPcreCompiledPattern.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "COLLADABUStableHeaders.h"
1212
#include "COLLADABUPcreCompiledPattern.h"
1313

14-
#include "pcre.h"
1514

1615
namespace COLLADABU
1716
{

COLLADABaseUtils/src/COLLADABUURI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "COLLADABUHashFunctions.h"
1616

1717
#include <algorithm>
18-
#include "pcre.h"
18+
1919

2020
namespace COLLADABU
2121
{

COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ for details please see LICENSE file or the website
1212
#include "COLLADASaxFWLSidAddress.h"
1313
#include "COLLADABUPcreCompiledPattern.h"
1414

15-
#include "pcre.h"
16-
1715

1816
namespace COLLADASaxFWL
1917
{

0 commit comments

Comments
 (0)