diff options
Diffstat (limited to '')
-rw-r--r-- | src/functionfilesin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functionfilesin.cpp b/src/functionfilesin.cpp index 9b9187d..5301cd2 100644 --- a/src/functionfilesin.cpp +++ b/src/functionfilesin.cpp | |||
@@ -1,7 +1,7 @@ | |||
1 | #include <dirent.h> | 1 | #include <dirent.h> |
2 | 2 | ||
3 | #include "functionfilesin.h" | 3 | #include "functionfilesin.h" |
4 | #include "plugger.h" | 4 | #include "bu/plugger.h" |
5 | #include "build.h" | 5 | #include "build.h" |
6 | 6 | ||
7 | PluginInterface2(filesIn, FunctionFilesIn, Function, "Mike Buland", 0, 1 ); | 7 | PluginInterface2(filesIn, FunctionFilesIn, Function, "Mike Buland", 0, 1 ); |