summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 11:47:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-11 16:58:46 +0200
commit8c7e9633d38e343b28a336f990f7fb4e1ffe9a46 (patch)
treeac533c79b1589beddc8993dffc16e98766697371
parent14b26b73472ab0ec02b2e395d3417e13e4c78a28 (diff)
Remove obsolete comment
Change-Id: I43b65f48d75e293c3fe721e6d5a401f1e176df12
-rw-r--r--framework/inc/classes/framecontainer.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx
index 24017576f80d..838d1e1dfd1a 100644
--- a/framework/inc/classes/framecontainer.hxx
+++ b/framework/inc/classes/framecontainer.hxx
@@ -20,9 +20,8 @@
#ifndef INCLUDED_FRAMEWORK_INC_CLASSES_FRAMECONTAINER_HXX
#define INCLUDED_FRAMEWORK_INC_CLASSES_FRAMECONTAINER_HXX
-/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
- with solaris headers ...
-*/
+#include <sal/config.h>
+
#include <vector>
#include <stdexcept>
#include <algorithm>