Bladeren bron

app_python: updated include of app_python_mod.h

Daniel-Constantin Mierla 9 jaren geleden
bovenliggende
commit
c26cade5da

+ 1 - 1
modules/app_python/app_python_mod.c

@@ -29,7 +29,7 @@
 #include "python_iface.h"
 #include "python_msgobj.h"
 #include "python_support.h"
-#include "python_mod.h"
+#include "app_python_mod.h"
 
 #include "mod_Router.h"
 #include "mod_Core.h"

+ 1 - 1
modules/app_python/mod_Core.c

@@ -33,7 +33,7 @@
 
 // local includes
 #include "python_exec.h"
-#include "python_mod.h"
+#include "app_python_mod.h"
 #include "python_iface.h"
 #include "python_msgobj.h"
 #include "python_support.h"

+ 1 - 1
modules/app_python/mod_Logger.c

@@ -33,7 +33,7 @@
 
 // local includes
 #include "python_exec.h"
-#include "python_mod.h"
+#include "app_python_mod.h"
 #include "python_iface.h"
 #include "python_msgobj.h"
 #include "python_support.h"

+ 1 - 1
modules/app_python/mod_Ranks.c

@@ -33,7 +33,7 @@
 
 // local includes
 #include "python_exec.h"
-#include "python_mod.h"
+#include "app_python_mod.h"
 #include "python_iface.h"
 #include "python_msgobj.h"
 #include "python_support.h"

+ 1 - 1
modules/app_python/mod_Router.c

@@ -32,7 +32,7 @@
 
 // local includes
 #include "python_exec.h"
-#include "python_mod.h"
+#include "app_python_mod.h"
 #include "python_iface.h"
 #include "python_msgobj.h"
 #include "python_support.h"

+ 1 - 1
modules/app_python/python_exec.c

@@ -31,7 +31,7 @@
 #include "../../parser/parse_uri.h"
 
 #include "python_exec.h"
-#include "python_mod.h"
+#include "app_python_mod.h"
 #include "python_msgobj.h"
 #include "python_support.h"
 

+ 1 - 1
modules/app_python/python_support.c

@@ -26,7 +26,7 @@
 #include "../../dprint.h"
 #include "../../mem/mem.h"
 
-#include "python_mod.h"
+#include "app_python_mod.h"
 #include "python_support.h"
 
 void python_handle_exception(const char *fmt, ...)