diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 11:57:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:27 +0200 |
commit | 4671e7b8a40fd296d907248f7dcecbc6d29315fa (patch) | |
tree | d8efe95f1177a785d6752a81cbaa52d6f78185bb /xmlsecurity/source/xmlsec/diagnose.cxx | |
parent | bd8b38be3d0c54085875a8b28a3fec33291bb018 (diff) |
fix-includes.pl: xmlsecurity
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
Diffstat (limited to 'xmlsecurity/source/xmlsec/diagnose.cxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/diagnose.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/diagnose.cxx b/xmlsecurity/source/xmlsec/diagnose.cxx index 34db25b2b9a4..f867a773d17f 100644 --- a/xmlsecurity/source/xmlsec/diagnose.cxx +++ b/xmlsecurity/source/xmlsec/diagnose.cxx @@ -20,8 +20,8 @@ #include "diagnose.hxx" #include <stdio.h> #include <stdarg.h> -#include "rtl/instance.hxx" -#include "rtl/bootstrap.hxx" +#include <rtl/instance.hxx> +#include <rtl/bootstrap.hxx> namespace xmlsecurity { |