src: minor cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-04-26 08:13:32 +02:00
parent c03b382d61
commit 726f5de778
7 changed files with 86 additions and 59 deletions
+2 -3
View File
@@ -28,9 +28,8 @@
// main entry, mostly boring stuff; see work.cpp for actual action
#include "conf.h"
#include "file.h"
#include "packer.h"
#include "p_elf.h"
#include "packer.h" // Packer::isValidCompressionMethod()
#include "p_elf.h" // ELFOSABI_xxx
#include "compress/compress.h" // upx_ucl_init()
/*************************************************************************