writerperfect: include sal/config.h first

To confirm to the convention outlined at
<https://gerrit.libreoffice.org/c/core/+/102899/2#message-96d023d6a393bfa29ea537d46f6975e935d649a4>.

Change-Id: Ib3f5f872e7635df355ca0d9f12e55fc0b1da2cb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102964
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna
2020-09-17 17:39:05 +02:00
parent be8b12eb14
commit efe8082b88

View File

@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "xmlimp.hxx"
#include <sal/config.h>
#include "xmlimp.hxx"
#include <string_view>
#include <initializer_list>