diff options
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/nbt/pynbt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/nbt/pynbt.c b/libcli/nbt/pynbt.c index 9be6c79a8b..425ad13c6d 100644 --- a/libcli/nbt/pynbt.c +++ b/libcli/nbt/pynbt.c @@ -17,8 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "includes.h" #include <Python.h> +#include "includes.h" #include "libcli/util/pyerrors.h" #include "scripting/python/modules.h" #include "../libcli/nbt/libnbt.h" |