From 4420659effaee63e1a814e5aae1350f1924731ab Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 15 Nov 2013 21:52:11 -0800 Subject: Another step towards proper header ordering --- src/strings/fwd.hpp | 2 +- src/strings/pair.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strings') 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 . -#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 . -#include "../common/sanity.hpp" +#include "../sanity.hpp" #include -- cgit v1.2.3-60-g2f50