diff options
| author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-31 03:52:33 +0000 |
|---|---|---|
| committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-31 03:52:33 +0000 |
| commit | 48fbabe19ef3d0678d78054b7f468c81027a87a2 (patch) | |
| tree | 4b0a91052aeacb715f1f2b3d06a31574ff86d960 /src/bindings/python/PythonSockets.cxx | |
| parent | 7ae18961a7caae8a21626558c56280afcd7cda31 (diff) | |
Code style enforcement
Diffstat (limited to 'src/bindings/python/PythonSockets.cxx')
| -rw-r--r-- | src/bindings/python/PythonSockets.cxx | 2 |
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> |
