diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-23 21:00:00 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-23 21:00:00 -0400 |
| commit | bbfec30539b31a2b8faa0df79435db94cefee8fe (patch) | |
| tree | 58a6b7f8f0325665b0f3e93f2bfecdbe6beeb536 /src/filetreemodel.cpp | |
| parent | 530bade5f71806a7ffd317a6ba2b5cdccb1cc69c (diff) | |
now using new common cmakefiles
fixed includes because shared/ isn't in the path anymore
removed unused modeltest files
Diffstat (limited to 'src/filetreemodel.cpp')
| -rw-r--r-- | src/filetreemodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filetreemodel.cpp b/src/filetreemodel.cpp index 282dfa73..cf5bc665 100644 --- a/src/filetreemodel.cpp +++ b/src/filetreemodel.cpp @@ -1,7 +1,7 @@ #include "filetreemodel.h" #include "organizercore.h" -#include "filesorigin.h" -#include "util.h" +#include "shared/filesorigin.h" +#include "shared/util.h" #include "shared/directoryentry.h" #include "shared/fileentry.h" #include <log.h> |
