Skip to content

Commit 1598331

Browse files
committed
Removed debug include.
1 parent 583e1b4 commit 1598331

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MemoryModule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,6 @@ HMEMORYMODULE MemoryLoadLibrary(const void *data, size_t size)
451451
return MemoryLoadLibraryEx(data, size, _LoadLibrary, _GetProcAddress, _FreeLibrary, NULL);
452452
}
453453

454-
#include <stdio.h>
455-
456454
HMEMORYMODULE MemoryLoadLibraryEx(const void *data, size_t size,
457455
CustomLoadLibraryFunc loadLibrary,
458456
CustomGetProcAddressFunc getProcAddress,

0 commit comments

Comments
 (0)