summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-03-02 11:37:14 +0300
committermonsta <[email protected]>2016-03-02 11:37:14 +0300
commit6ad1bdcf4b81785c8296b29eaccb73becebce21f (patch)
tree673d23e239147527d3e86536c764a45ce22e3f4b /src/util.h
parent4cf84b34933740627b09723d416c1969d21e47c7 (diff)
downloadmate-system-monitor-6ad1bdcf4b81785c8296b29eaccb73becebce21f.tar.bz2
mate-system-monitor-6ad1bdcf4b81785c8296b29eaccb73becebce21f.tar.xz
clean up some includes, remove some dead code
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.h b/src/util.h
index 38766f1..40934ae 100644
--- a/src/util.h
+++ b/src/util.h
@@ -5,11 +5,7 @@
#include <glib.h>
#include <gtk/gtk.h>
-#include <stddef.h>
-#include <cstring>
#include <string>
-#include <functional>
-#include <algorithm>
using std::string;