Skip to content

Commit

Permalink
Fix include order in EveryNSlabs.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsdeppe committed Nov 20, 2018
1 parent 001a7a6 commit 4408b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Time/Triggers/EveryNSlabs.hpp
Expand Up @@ -7,9 +7,9 @@
#include <pup.h>

#include "Evolution/EventsAndTriggers/Trigger.hpp"
#include "Time/TimeId.hpp"
#include "Options/Options.hpp"
#include "Parallel/CharmPupable.hpp"
#include "Time/TimeId.hpp"
#include "Utilities/TMPL.hpp"

/// \cond
Expand Down

0 comments on commit 4408b4a

Please sign in to comment.