From: Soeren Apel Date: Fri, 23 Feb 2018 23:18:27 +0000 (+0100) Subject: GlobalSettings: Remove unneeded include/using X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=4d48a00b1a546fc04baa7c56ed0bcf52a2fdf985 GlobalSettings: Remove unneeded include/using --- diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index 093ac59b..fe5bbc9e 100644 --- a/pv/globalsettings.hpp +++ b/pv/globalsettings.hpp @@ -20,7 +20,6 @@ #ifndef PULSEVIEW_GLOBALSETTINGS_HPP #define PULSEVIEW_GLOBALSETTINGS_HPP -#include #include #include @@ -29,7 +28,6 @@ #include #include -using std::function; using std::map; using std::vector;