all: minor cleanups, update some comments

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-13 05:37:28 +01:00
parent 696d0eec64
commit f00667ad7d
7 changed files with 32 additions and 23 deletions
+4
View File
@@ -25,6 +25,10 @@
<markus@oberhumer.com> <ezerotven+github@gmail.com>
*/
// work.cpp implements the central loop, and it uses class PackMaster to
// dispatch. PackMaster by itself will instatiate a concrete subclass
// of Packer which then does the actual work.
#include "conf.h"
#include "file.h"
#include "packmast.h"