Kaydet (Commit) 144baa61 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <>

Change-Id: I11332cfdcc3379fea8599fde1e9255113122e3b1
üst 940a2944
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_CODEMAKER_HXX
#define INCLUDED_CODEMAKER_CODEMAKER_HXX
#include "sal/config.h"
#include <sal/config.h>
namespace rtl {
class OString;
......
......@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_COMMONCPP_HXX
#define INCLUDED_CODEMAKER_COMMONCPP_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "codemaker/unotype.hxx"
#include <codemaker/unotype.hxx>
namespace rtl {
class OString;
......
......@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_COMMONJAVA_HXX
#define INCLUDED_CODEMAKER_COMMONJAVA_HXX
#include "sal/config.h"
#include <sal/config.h>
#include "codemaker/unotype.hxx"
#include <codemaker/unotype.hxx>
namespace rtl { class OString; }
......
......@@ -20,9 +20,9 @@
#ifndef INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX
#define INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX
#include "codemaker/global.hxx"
#include "rtl/ref.hxx"
#include "rtl/string.hxx"
#include <codemaker/global.hxx>
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <vector>
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
#define INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
#include "rtl/string.hxx"
#include <rtl/string.hxx>
#include <boost/unordered_set.hpp>
......
......@@ -26,9 +26,9 @@
#include <stdio.h>
#include "osl/file.hxx"
#include "rtl/ustring.hxx"
#include "rtl/strbuf.hxx"
#include <osl/file.hxx>
#include <rtl/ustring.hxx>
#include <rtl/strbuf.hxx>
struct EqualString
{
......
......@@ -20,16 +20,16 @@
#ifndef INCLUDED_CODEMAKER_TYPEMANAGER_HXX
#define INCLUDED_CODEMAKER_TYPEMANAGER_HXX
#include "sal/config.h"
#include <sal/config.h>
#include <vector>
#include "codemaker/unotype.hxx"
#include "rtl/ref.hxx"
#include "rtl/string.hxx"
#include "rtl/textenc.h"
#include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx"
#include <codemaker/unotype.hxx>
#include <rtl/ref.hxx>
#include <rtl/string.hxx>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
#include <salhelper/simplereferenceobject.hxx>
namespace unoidl {
class Entity;
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_CODEMAKER_UNOTYPE_HXX
#define INCLUDED_CODEMAKER_UNOTYPE_HXX
#include "sal/types.h"
#include <sal/types.h>
#include <vector>
......
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