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:
Stephan Bergmann 2021-09-20 21:56:37 +02:00
parent 7246e57216
commit 504d2209e4
6 changed files with 12 additions and 17 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>