summaryrefslogtreecommitdiff
path: root/shell/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-04-07 12:43:39 +0300
committerTor Lillqvist <tml@collabora.com>2016-04-07 13:19:14 +0300
commitc076babe3ce636d60a699f66e4912c4d043b0412 (patch)
tree184c7e92cfd63b399c7ad8daa30984419a8503f3 /shell/qa
parent94a95dce43e07b40350ed849db148b2946e3fd5e (diff)
Drop pointless "internal" directory level for already internal include files
Change-Id: I1ece44616704483cd4d9d2b6204329414f82a98c
Diffstat (limited to 'shell/qa')
-rw-r--r--shell/qa/zip/testzipimpl.hxx2
-rw-r--r--shell/qa/zip/ziptest.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx
index 6a2afc0cfe27..8d81fec11fed 100644
--- a/shell/qa/zip/testzipimpl.hxx
+++ b/shell/qa/zip/testzipimpl.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX
#define INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX
-#include "internal/zipfile.hxx"
+#include "zipfile.hxx"
#include <string>
#include <vector>
#include <algorithm>
diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx
index 5898a0183607..e89d2e8cfd03 100644
--- a/shell/qa/zip/ziptest.cxx
+++ b/shell/qa/zip/ziptest.cxx
@@ -32,7 +32,7 @@
#include "cppunit/extensions/HelperMacros.h"
#include "cppunit/plugin/TestPlugIn.h"
#include <string>
-#include "internal/stream_helper.hxx"
+#include "stream_helper.hxx"
#include "testzipimpl.hxx"
using namespace std;