summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/scopeguard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/scopeguard.cxx')
-rw-r--r--comphelper/source/misc/scopeguard.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/scopeguard.cxx b/comphelper/source/misc/scopeguard.cxx
index da1eb7f4058c..14064ecf33ad 100644
--- a/comphelper/source/misc/scopeguard.cxx
+++ b/comphelper/source/misc/scopeguard.cxx
@@ -18,9 +18,9 @@
*/
-#include "comphelper/flagguard.hxx"
-#include "osl/diagnose.h"
-#include "com/sun/star/uno/Exception.hpp"
+#include <comphelper/flagguard.hxx>
+#include <osl/diagnose.h>
+#include <com/sun/star/uno/Exception.hpp>
namespace comphelper {