diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-01 15:34:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-01 15:37:14 +0200 |
commit | 1eac86f0a34f924eee6b13ebc8dbc52967bf39b8 (patch) | |
tree | f924f758aaa51139e6257b71f38b3f6c609ea79d /include | |
parent | 88dde756eb18d4b65283008b940aa432f6146e50 (diff) |
Nothing from <config_features.h> is used here
The #include was introduced in
96c1ae1d8e78ae8b9bd7d4001645cad24d62b720 with an #if on
HAVE_FEATURE_OPENGL, but that #if was later removed.
Change-Id: I70f839d5224e0a77a1640a5e23cbe64656c9cb1b
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 2e7a5ae76011..ae889b3fa7bc 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_VCL_OUTDEV_HXX #define INCLUDED_VCL_OUTDEV_HXX -#include <config_features.h> #include <tools/gen.hxx> #include <tools/solar.h> #include <tools/rc.hxx> |