mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
loplugin:includeform
Change-Id: Ib62a7aa61062f00698aa3e8a144438de5c57e53d
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
@ -27,9 +27,9 @@
|
||||
#include <Poco/URI.h>
|
||||
#include <Poco/Util/Application.h>
|
||||
|
||||
#include "KitHelper.hpp"
|
||||
#include "Png.hpp"
|
||||
#include "Util.hpp"
|
||||
#include <KitHelper.hpp>
|
||||
#include <Png.hpp>
|
||||
#include <Util.hpp>
|
||||
|
||||
using Poco::StringTokenizer;
|
||||
using Poco::TemporaryFile;
|
||||
|
Reference in New Issue
Block a user