From a19a7bee92a79d0848936f9a2f1e77b082a637a2 Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Sun, 16 Apr 2006 21:03:59 +0200 Subject: [PATCH] fix includes (2) --- hlswmaster.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hlswmaster.cpp b/hlswmaster.cpp index d6e8485..3966668 100644 --- a/hlswmaster.cpp +++ b/hlswmaster.cpp @@ -31,11 +31,6 @@ static struct option opts[] = { {0, 0, 0, 0} }; -#include -#include -#include -#include - int main(int argc, char *argv[]) { LogSystem::init(DEFAULT_LOGPRIO, new StdErrLog());