summaryrefslogtreecommitdiff
path: root/vcl/source/filter/FilterConfigCache.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 23:53:16 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 13:24:35 +0000
commit054928f49b05291e727fcd747427e88aac38b6f7 (patch)
treedf043f6479e85f7ba3e1a5f9c03bf413f1a2e0fd /vcl/source/filter/FilterConfigCache.cxx
parent7ec5073951cf7b7f71369e0819f82ae2fc6971ac (diff)
Revert "vcl: move filter headers to vcl/inc/filter"
Discussed on IRC - overwhelming consensus is to keep the headers where they were before. The main reason to keep them in the same directory is to keep headers as local as possible to the source files, unless something else needs to access it. The only thing that uses the headers is vc/workben/fftester.cxx I will work out how to get Doxygen to pick up these headers another way. This reverts commit 5d7772fc0464c867c5ad2f1e10ccabd7331f7efa. Change-Id: I45ee970722e27748ab8af8909ac49579dc47ef56 Reviewed-on: https://gerrit.libreoffice.org/21250 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/source/filter/FilterConfigCache.cxx')
-rw-r--r--vcl/source/filter/FilterConfigCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/FilterConfigCache.cxx b/vcl/source/filter/FilterConfigCache.cxx
index bcab60c7ce08..ca579e22fe1f 100644
--- a/vcl/source/filter/FilterConfigCache.cxx
+++ b/vcl/source/filter/FilterConfigCache.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "filter/FilterConfigCache.hxx"
+#include "FilterConfigCache.hxx"
#include <vcl/graphicfilter.hxx>
#include <com/sun/star/uno/Any.h>