Skip to content

Commit

Permalink
Coding - Remove unused standard library headers from precompiled headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasukhi committed Nov 16, 2024
1 parent 8ec38a6 commit ab362c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/TKMath/TKMath_pch.hxx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#ifndef TKMATH_PCH_H
#define TKMATH_PCH_H

// Standard library headers
#include <type_traits>

#include <gp_Ax1.hxx>
#include <gp_Ax2.hxx>
#include <gp_Ax3.hxx>
Expand Down
3 changes: 0 additions & 3 deletions src/TKService/TKService_pch.hxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef TKSERVICE_PCH_H
#define TKSERVICE_PCH_H

#include <Aspect_Window.hxx>
#include <Graphic3d_ArrayOfPrimitives.hxx>
#include <Graphic3d_Aspects.hxx>
#include <Graphic3d_BoundBuffer.hxx>
Expand All @@ -21,7 +20,5 @@
#include <Graphic3d_TransformPers.hxx>
#include <Graphic3d_WorldViewProjState.hxx>
#include <Graphic3d_ZLayerSettings.hxx>
#include <Image_PixMap.hxx>
#include <Image_PixMapData.hxx>

#endif // TKSERVICE_PCH_H

0 comments on commit ab362c0

Please sign in to comment.