Skip to content

Commit

Permalink
Remove inclusion of pcre.h from files already including COLLADABaseUt…
Browse files Browse the repository at this point in the history
…ils/include/COLLADABUPcreCompiledPattern.h

In the previous commit COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
 was changed to already include this header.
  • Loading branch information
devurandom committed Jul 12, 2018
1 parent 7b4c3ce commit 82b3edc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion COLLADABaseUtils/src/COLLADABUPcreCompiledPattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "COLLADABUStableHeaders.h"
#include "COLLADABUPcreCompiledPattern.h"

#include "pcre.h"

namespace COLLADABU
{
Expand Down
2 changes: 1 addition & 1 deletion COLLADABaseUtils/src/COLLADABUURI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "COLLADABUHashFunctions.h"

#include <algorithm>
#include "pcre.h"


namespace COLLADABU
{
Expand Down
2 changes: 0 additions & 2 deletions COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ for details please see LICENSE file or the website
#include "COLLADASaxFWLSidAddress.h"
#include "COLLADABUPcreCompiledPattern.h"

#include "pcre.h"


namespace COLLADASaxFWL
{
Expand Down

0 comments on commit 82b3edc

Please sign in to comment.