diff options
Diffstat (limited to '')
-rw-r--r-- | src/functionregexp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functionregexp.cpp b/src/functionregexp.cpp index 27fdbbd..2dc18b2 100644 --- a/src/functionregexp.cpp +++ b/src/functionregexp.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "functionregexp.h" | 1 | #include "functionregexp.h" |
2 | #include "plugger.h" | 2 | #include "bu/plugger.h" |
3 | #include "regexp.h" | 3 | #include "regexp.h" |
4 | 4 | ||
5 | PluginInterface2(regexp, FunctionRegexp, Function, "Mike Buland", 0, 1 ); | 5 | PluginInterface2(regexp, FunctionRegexp, Function, "Mike Buland", 0, 1 ); |