diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:24:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:53:10 +0200 |
commit | 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (patch) | |
tree | 3a7b04468e88e3852730fb8527d4d3313ac0054e /configmgr/source/modifications.hxx | |
parent | e9719874c570aaf6e4385e07e68d4248c36bed96 (diff) |
fix-includes.pl: configmgr
Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d
Diffstat (limited to 'configmgr/source/modifications.hxx')
-rw-r--r-- | configmgr/source/modifications.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx index ff12651b1620..33bddadb3093 100644 --- a/configmgr/source/modifications.hxx +++ b/configmgr/source/modifications.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_MODIFICATIONS_HXX #define INCLUDED_CONFIGMGR_SOURCE_MODIFICATIONS_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "boost/unordered_map.hpp" -#include "boost/noncopyable.hpp" +#include <boost/unordered_map.hpp> +#include <boost/noncopyable.hpp> #include "path.hxx" |