From 48fbabe19ef3d0678d78054b7f468c81027a87a2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 03:52:33 +0000 Subject: [PATCH] Code style enforcement --- src/bindings/python/PythonSockets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include