diff options
author | monsta <[email protected]> | 2016-03-02 11:37:14 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-02 11:37:14 +0300 |
commit | 6ad1bdcf4b81785c8296b29eaccb73becebce21f (patch) | |
tree | 673d23e239147527d3e86536c764a45ce22e3f4b /src/util.h | |
parent | 4cf84b34933740627b09723d416c1969d21e47c7 (diff) | |
download | mate-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |