no longer need codealloc in pe_linker

This commit is contained in:
Tavis Ormandy
2019-08-20 16:08:41 -07:00
parent c4e905f729
commit 165a9657cb
+2 -1
View File
@@ -30,12 +30,13 @@
#include <errno.h>
#include <string.h>
#include <search.h>
#include <stdlib.h>
#include <assert.h>
#include <err.h>
#include "winnt_types.h"
#include "pe_linker.h"
#include "ntoskernel.h"
#include "codealloc.h"
#include "util.h"
#include "log.h"