Skip to content

Commit

Permalink
move header inclusion into .cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 11, 2015
1 parent b8558d0 commit f5b3a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/two_scale_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <iterator>
#include <limits>
#include <cassert>
#include <sstream>

/**
* @file two_scale_solver.cpp
Expand Down
1 change: 0 additions & 1 deletion src/two_scale_solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include <vector>
#include <string>
#include <sstream>

/**
* @file two_scale_solver.hpp
Expand Down

0 comments on commit f5b3a02

Please sign in to comment.