src: use 'byte' instead of 'upx_byte'; NFCI

This commit is contained in:
Markus F.X.J. Oberhumer
2023-02-21 19:27:23 +01:00
parent 4a8efd2e2f
commit e1edc5f50a
50 changed files with 535 additions and 513 deletions
-4
View File
@@ -26,8 +26,6 @@
*/
#pragma once
#ifndef UPX_UI_H__
#define UPX_UI_H__ 1
class OutputFile;
class Packer;
@@ -108,6 +106,4 @@ protected:
static unsigned update_fu_len;
};
#endif /* already included */
/* vim:set ts=4 sw=4 et: */