diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-06-26 12:15:40 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | 4312bcdc2121c0e6f97290f6c03fe42bdb1c1a58 (patch) | |
tree | 18f00d5846997ebc52154eb462c4cdb77bc2b372 /src | |
parent | 59e0e42d7f612f4e9f526a0632a86dc0300ad76f (diff) |
main: header hygiene
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index cc94190..d01950b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,11 +4,6 @@ #include <unistd.h> #include <stdlib.h> -#include <string.h> - -#include <memory> -#include <string> -#include <vector> #include <sys/poll.h> |