From 5d7772fc0464c867c5ad2f1e10ccabd7331f7efa Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 8 Jan 2016 12:12:22 +1100 Subject: vcl: move filter headers to vcl/inc/filter Change-Id: I0b2b12d3f5cc6e35b2d87adb39ad44ba287c9a01 --- vcl/source/filter/sgfbram.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/source/filter/sgfbram.cxx') diff --git a/vcl/source/filter/sgfbram.cxx b/vcl/source/filter/sgfbram.cxx index c449afcc9eed..f02f249437f3 100644 --- a/vcl/source/filter/sgfbram.cxx +++ b/vcl/source/filter/sgfbram.cxx @@ -24,8 +24,8 @@ #include #include #include -#include "sgffilt.hxx" -#include "sgfbram.hxx" +#include "filter/sgffilt.hxx" +#include "filter/sgfbram.hxx" #include SgfHeader::SgfHeader() -- cgit