diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 10:55:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 10:59:07 +0200 |
commit | b3843321e9cc1436cd0039f9431b4d6c5261db20 (patch) | |
tree | 8199608de0d40cb33c90ff0e425553936df65ac0 /desktop/source/offacc/acceptor.cxx | |
parent | c772e6252aefcd088ea0a5018f303654fc18ac91 (diff) |
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/source/offacc/acceptor.cxx')
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index 0c87994dc0ce..4730902043a3 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include "acceptor.hxx" #include <com/sun/star/bridge/BridgeFactory.hpp> |