aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/core
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/core')
-rw-r--r--engines/zvision/core/search_manager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/zvision/core/search_manager.cpp b/engines/zvision/core/search_manager.cpp
index 1e9643ddbb..9c5d8fb323 100644
--- a/engines/zvision/core/search_manager.cpp
+++ b/engines/zvision/core/search_manager.cpp
@@ -21,12 +21,12 @@
*/
#include "common/debug.h"
-
-#include "zvision/core/search_manager.h"
-#include "zvision/archives/zfs_archive.h"
#include "common/fs.h"
#include "common/stream.h"
+#include "zvision/core/search_manager.h"
+#include "zvision/utility/zfs_archive.h"
+
namespace ZVision {
SearchManager::SearchManager(const Common::String &rootPath, int depth) {