summaryrefslogtreecommitdiff
path: root/src/strings
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings')
-rw-r--r--src/strings/fwd.hpp2
-rw-r--r--src/strings/pair.hpp2
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>