Skip to content

Commit

Permalink
Fixup test includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 7, 2016
1 parent f07e862 commit 6d11a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_make_enum.cpp
Expand Up @@ -16,9 +16,9 @@

#include <boost/test/unit_test.hpp>

#include "utils/make_enum.hpp"
#include "util.hpp"
#include "config.hpp"
#include "lexical_cast.hpp"
#include "utils/make_enum.hpp"

namespace foo {

Expand Down
1 change: 1 addition & 0 deletions src/tests/test_util.cpp
Expand Up @@ -16,6 +16,7 @@

#include <boost/test/unit_test.hpp>

#include "lexical_cast.hpp"
#include "util.hpp"

#include <cstdint>
Expand Down

0 comments on commit 6d11a8d

Please sign in to comment.