diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 12:42:51 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:27 +0200 |
commit | 4f6e343344dec57addcaebda94c4b8cad935a7ae (patch) | |
tree | eb50207fa638ae96dcbfdb9103801e6e195210f6 /accessibility/inc/pch/precompiled_acc.hxx | |
parent | 06ee6336abfc7421b7a693df9bec16d76c4d9d8d (diff) |
fix-includes.pl: accessibility
Change-Id: I61bd6e7f104f23e5480350a9b1bd6ba31b95a9cb
Diffstat (limited to 'accessibility/inc/pch/precompiled_acc.hxx')
-rw-r--r-- | accessibility/inc/pch/precompiled_acc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index 2e35f821aae7..0d4e4072aa7b 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.hxx @@ -14,8 +14,8 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "comphelper/accessibleeventnotifier.hxx" -#include "unotools/accessiblerelationsethelper.hxx" +#include <comphelper/accessibleeventnotifier.hxx> +#include <unotools/accessiblerelationsethelper.hxx> #include <algorithm> #include <boost/noncopyable.hpp> #include <boost/unordered_map.hpp> |