diff options
Diffstat (limited to 'connectivity/source/drivers/file/FDriver.cxx')
-rw-r--r-- | connectivity/source/drivers/file/FDriver.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/file/FDriver.cxx b/connectivity/source/drivers/file/FDriver.cxx index 2fc1f1d7b1f3..33a1f447d07e 100644 --- a/connectivity/source/drivers/file/FDriver.cxx +++ b/connectivity/source/drivers/file/FDriver.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "file/FDriver.hxx" -#include "file/FConnection.hxx" -#include "file/fcode.hxx" +#include <file/FDriver.hxx> +#include <file/FConnection.hxx> +#include <file/fcode.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <comphelper/types.hxx> #include <cppuhelper/supportsservice.hxx> #include <connectivity/dbexception.hxx> -#include "strings.hrc" -#include "resource/sharedresources.hxx" +#include <strings.hrc> +#include <resource/sharedresources.hxx> using namespace connectivity::file; |