Skip to content

Commit

Permalink
Remove headers that aren't needed from a header.
Browse files Browse the repository at this point in the history
This improves build stability by reducing the scope of rebuilds
required when a header changes.
  • Loading branch information
d-b-w committed Sep 30, 2019
1 parent a7eb54f commit 35def78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CoordgenFragmentBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "CoordgenMinimizer.h"
#include "sketcherMinimizer.h"
#include "sketcherMinimizerFragment.h"
#include "sketcherMinimizerStretchInteraction.h"

using namespace std;

Expand Down
1 change: 1 addition & 0 deletions CoordgenMacrocycleBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "CoordgenMinimizer.h"
#include "sketcherMinimizer.h"
#include "sketcherMinimizerMaths.h"
#include "sketcherMinimizerStretchInteraction.h"
#include <algorithm>
#include <queue>

Expand Down
4 changes: 0 additions & 4 deletions sketcherMinimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
#include "sketcherMinimizerResidue.h"
#include "sketcherMinimizerResidueInteraction.h"

#include "sketcherMinimizerBendInteraction.h"
#include "sketcherMinimizerClashInteraction.h"
#include "sketcherMinimizerStretchInteraction.h"

#include "sketcherMinimizerFragment.h"
#include "sketcherMinimizerMarchingSquares.h"
#include "sketcherMinimizerMolecule.h"
Expand Down

0 comments on commit 35def78

Please sign in to comment.