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

loplugin:includeform: pyuno

Change-Id: If6090dc77275b4a8cdfeaedb437036801e981a9b
üst 43479a09
......@@ -19,9 +19,9 @@
/* make Python.h go first as a hack to work around _POSIX_C_SOURCE redefinition
warnings: */
#include "Python.h"
#include <Python.h>
#include "sal/config.h"
#include <sal/config.h>
#include <stdlib.h>
#include <string.h>
......@@ -31,7 +31,7 @@
#endif
#include <dlfcn.h>
#include "rtl/string.h"
#include <rtl/string.h>
/* A wrapper around libpyuno.so, making sure the latter is loaded RTLD_GLOBAL
so that C++ exception handling works with old GCC versions (that determine
......
......@@ -19,10 +19,10 @@
#include "pyuno_impl.hxx"
#include "sal/config.h"
#include <sal/config.h>
#include "rtl/ref.hxx"
#include "salhelper/thread.hxx"
#include <rtl/ref.hxx>
#include <salhelper/thread.hxx>
namespace pyuno
{
......
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