summaryrefslogtreecommitdiff
path: root/src/shell_manager.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-08-29 21:49:36 +0200
committerMaxime Coste <frrrwww@gmail.com>2012-08-29 21:49:36 +0200
commitbbce6b22a3e04fe900ac9565b0703304d651b63a (patch)
tree5c58c76a93534fec3a0c6bcfb477291f1b95aded /src/shell_manager.hh
parent8febec0bcf48369336cf94bac889ac27d90c6821 (diff)
remove regex.hh, define Regex directly in string.hh
Diffstat (limited to 'src/shell_manager.hh')
-rw-r--r--src/shell_manager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_manager.hh b/src/shell_manager.hh
index 37d47b32..6ce3aada 100644
--- a/src/shell_manager.hh
+++ b/src/shell_manager.hh
@@ -2,7 +2,7 @@
#define shell_manager_hh_INCLUDED
#include "utils.hh"
-#include "regex.hh"
+#include "string.hh"
#include <unordered_map>