diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-11-12 19:06:28 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-12-07 12:39:27 +0100 |
commit | b34b1242d64a4a83738163b937bfc5ec5ec7e0ff (patch) | |
tree | 5b0fb93c099587e1448d7f3db2b8474f1727710d /test/httpwstest.cpp | |
parent | 77a2b9815099a81eefe72910b28dcb1ff64550e7 (diff) |
Remove unneeded include used for debugging only
Change-Id: I82efb9b6d0a0e6ffdca4b9205804446bc871ef84
Diffstat (limited to 'test/httpwstest.cpp')
-rw-r--r-- | test/httpwstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp index 53fcbd870..22b627d4c 100644 --- a/test/httpwstest.cpp +++ b/test/httpwstest.cpp @@ -2710,7 +2710,7 @@ void HTTPWSTest::testUndoConflict() CPPUNIT_FAIL(exc.displayText()); } } -#include <fstream> + void HTTPWSTest::testRenderShapeSelection() { const char* testname = "testRenderShapeSelection "; |