Rudy Ges 1 an în urmă
părinte
comite
f864f8a9e8
2 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 1
      src/compiler/hxb/hxbLib.ml
  2. 0 1
      src/context/nativeLibraryHandler.ml

+ 0 - 1
src/compiler/hxb/hxbLib.ml

@@ -1,6 +1,5 @@
 open Globals
 open Common
-open NativeLibraries
 open ExtString
 
 class hxb_library file_path = object(self)

+ 0 - 1
src/context/nativeLibraryHandler.ml

@@ -17,7 +17,6 @@
 	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *)
 
-open Globals
 open Common
 open CompilationContext