Remove some "Attention" comments of little value
...and rather add sal/config.h includes, while at it Change-Id: I0ea917b101d89f16228bea6b3102b630c8202e07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122369 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
7246e57216
commit
504d2209e4
6 changed files with 12 additions and 17 deletions
|
@ -19,9 +19,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
|
||||
with solaris headers ...
|
||||
*/
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <vector>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <com/sun/star/container/XIndexContainer.hpp>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// Attention: stl headers must(!) be included at first. Otherwise it can make trouble
|
||||
// with solaris headers ...
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <vector>
|
||||
#include <mutex>
|
||||
|
||||
|
|
|
@ -19,9 +19,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
|
||||
with solaris headers ...
|
||||
*/
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
|
|
|
@ -19,9 +19,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
|
||||
with solaris headers ...
|
||||
*/
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -17,9 +17,8 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
|
||||
with solaris headers ...
|
||||
*/
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <com/sun/star/xml/sax/SAXException.hpp>
|
||||
|
|
|
@ -19,9 +19,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
|
||||
with solaris headers ...
|
||||
*/
|
||||
#include <sal/config.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <uiconfiguration/globalsettings.hxx>
|
||||
|
|
Loading…
Reference in a new issue