summaryrefslogtreecommitdiff
path: root/src/utils/process.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-08 11:44:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-08 13:04:49 +0300
commitb13beb3c1d965dd1a2a8dd3bdbea3d66242c3298 (patch)
tree09e94834279ae54b19403805e7f77766cf38bcce /src/utils/process.cpp
parent57c8ddb516edcf88de31a6bcd7724d4329839c0a (diff)
downloadplus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.gz
plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.bz2
plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.tar.xz
plus-b13beb3c1d965dd1a2a8dd3bdbea3d66242c3298.zip
remove unused system headers.
also remplace legacy headers.
Diffstat (limited to 'src/utils/process.cpp')
-rw-r--r--src/utils/process.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/process.cpp b/src/utils/process.cpp
index 0675adae3..1bd8430b5 100644
--- a/src/utils/process.cpp
+++ b/src/utils/process.cpp
@@ -23,7 +23,6 @@
#include <cstdarg>
#include <cstdio>
-#include <stdlib.h>
#include <unistd.h>
#include "localconsts.h"