Kaydet (Commit) 9124cfd6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: hwpfilter

Change-Id: I698761540c868b0448be47ffccf663972664f76b
üst 2274e7d5
......@@ -25,7 +25,7 @@
#endif
#include <sal/types.h>
#include <fontmap.hxx>
#include "fontmap.hxx"
struct FontEntry
{
......
......@@ -21,7 +21,7 @@
#define INCLUDED_HWPFILTER_SOURCE_HINFO_H
#include "hwplib.h"
#include "string.h"
#include <string.h>
#include <vector>
#include <memory>
......
......@@ -20,9 +20,9 @@
#ifndef INCLUDED_HWPFILTER_SOURCE_HPARA_H
#define INCLUDED_HWPFILTER_SOURCE_HPARA_H
#include <hwplib.h>
#include <hwpfile.h>
#include <hinfo.h>
#include "hwplib.h"
#include "hwpfile.h"
#include "hinfo.h"
#include <memory>
struct HBox;
......
......@@ -23,8 +23,8 @@
#include <stdlib.h>
#include <string.h>
#include <hwplib.h>
#include <hinfo.h>
#include "hwplib.h"
#include "hinfo.h"
/**
* @short Using for global style object like "Standard"
*/
......
......@@ -998,7 +998,7 @@ YY_MALLOC_DECL
#endif
#endif
#include <lexer.hxx>
#include "lexer.hxx"
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
......
......@@ -24,7 +24,7 @@
#include <stdio.h>
#include <sal/macros.h>
#include <hwplib.h>
#include "hwplib.h"
struct FormulaEntry{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment