Skip to content

Commit

Permalink
3822: Don't reorder includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kduske committed Nov 13, 2021
1 parent eb415f0 commit f68cae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/src/Model/Polyhedron_Instantiation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
along with TrenchBroom. If not, see <http://www.gnu.org/licenses/>.
*/

// clang-format off
// order of includes is important
#include "FloatType.h"
#include "Polyhedron.h"
#include "Polyhedron_Misc.h"
Expand All @@ -32,6 +34,7 @@

#include "Polyhedron_BrushGeometryPayload.h"
#include "Polyhedron_DefaultPayload.h"
// clang-format on

namespace TrenchBroom {
namespace Model {
Expand Down

0 comments on commit f68cae4

Please sign in to comment.