Skip to content

Commit

Permalink
Cleanup: include stdlib.h is already done by src/mod/module.h -> main…
Browse files Browse the repository at this point in the history
….h -> stdlib.h
  • Loading branch information
michaelortmann committed Jun 18, 2024
1 parent 7d163c5 commit 3347748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mod/python.mod/python.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#undef interp
#define tclinterp (*(Tcl_Interp **)(global[128]))
#undef days
#include <stdlib.h>
#include <Python.h>
#include <datetime.h>
#include "src/mod/irc.mod/irc.h"
Expand Down

0 comments on commit 3347748

Please sign in to comment.