diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-11-15 21:52:11 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-11-15 21:52:26 -0800 |
commit | 4420659effaee63e1a814e5aae1350f1924731ab (patch) | |
tree | 840eaff58b703d097bb273779ba0e9c05c7546d7 /src/strings | |
parent | 672c4091b5a43442759886144607aa407a04e5bc (diff) | |
download | tmwa-4420659effaee63e1a814e5aae1350f1924731ab.tar.gz tmwa-4420659effaee63e1a814e5aae1350f1924731ab.tar.bz2 tmwa-4420659effaee63e1a814e5aae1350f1924731ab.tar.xz tmwa-4420659effaee63e1a814e5aae1350f1924731ab.zip |
Another step towards proper header ordering
Diffstat (limited to 'src/strings')
-rw-r--r-- | src/strings/fwd.hpp | 2 | ||||
-rw-r--r-- | src/strings/pair.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/strings/fwd.hpp b/src/strings/fwd.hpp index 41abbbb..9d71b5f 100644 --- a/src/strings/fwd.hpp +++ b/src/strings/fwd.hpp @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include "../common/sanity.hpp" +#include "../sanity.hpp" // It is a common mistake to assume that one string class for everything. // Because C++ and TMWA have a C legacy, there are a few more here diff --git a/src/strings/pair.hpp b/src/strings/pair.hpp index 88422be..2c0061a 100644 --- a/src/strings/pair.hpp +++ b/src/strings/pair.hpp @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include "../common/sanity.hpp" +#include "../sanity.hpp" #include <cstring> |