diff Sources/PythonModule.cpp @ 68:0b3ef425db31

refactoring using ICallbackRegistration::Apply()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Jun 2021 14:34:08 +0200
parents 23f3099bed47
children eb6ac5a801d1
line wrap: on
line diff
--- a/Sources/PythonModule.cpp	Fri Jun 11 14:13:36 2021 +0200
+++ b/Sources/PythonModule.cpp	Fri Jun 11 14:34:08 2021 +0200
@@ -19,10 +19,9 @@
 
 #include "PythonModule.h"
 
+#include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
 #include "PythonString.h"
 
-#include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
-
 #include <boost/thread/mutex.hpp>
 #include <set>