summaryrefslogtreecommitdiff
path: root/shared/file_traverser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/file_traverser.cpp')
-rw-r--r--shared/file_traverser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/file_traverser.cpp b/shared/file_traverser.cpp
index f0777898..2af0f4af 100644
--- a/shared/file_traverser.cpp
+++ b/shared/file_traverser.cpp
@@ -8,7 +8,6 @@
#include <limits>
#include "system_constants.h"
#include "system_func.h"
-#include <wx/intl.h>
#include "string_conv.h"
#include "assert_static.h"
#include "symlink_target.h"
bgstack15