summaryrefslogtreecommitdiff
path: root/src/bindings/python/PythonSockets.cxx
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-31 03:52:33 +0000
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-31 03:52:33 +0000
commit48fbabe19ef3d0678d78054b7f468c81027a87a2 (patch)
tree4b0a91052aeacb715f1f2b3d06a31574ff86d960 /src/bindings/python/PythonSockets.cxx
parent7ae18961a7caae8a21626558c56280afcd7cda31 (diff)
Code style enforcement
Diffstat (limited to 'src/bindings/python/PythonSockets.cxx')
-rw-r--r--src/bindings/python/PythonSockets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/python/PythonSockets.cxx b/src/bindings/python/PythonSockets.cxx
index f7bf49a..3f340bf 100644
--- a/src/bindings/python/PythonSockets.cxx
+++ b/src/bindings/python/PythonSockets.cxx
@@ -36,9 +36,9 @@
#include "PythonSockets.h"
#include "lwip/inet.h"
#include "lwip/sockets.h"
+#include "pytime.h"
#include "structmember.h" // PyMemberDef
#include "sysmodule.h"
-#include "pytime.h"
#include <string.h>
#include <sys/time.h>