normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+1 -6
View File
@@ -1,6 +1,4 @@
#ifndef EMU_PERL_H_
#define EMU_PERL_H_
#pragma once
//headers from the Perl distribution
#include <EXTERN.h>
@@ -64,6 +62,3 @@ extern "C" { //the perl headers dont do this for us...
#undef do_close
#endif
#endif
#endif /*EMU_PERL_H_*/