From 3581669ebaf71f6d6ea2a5378c80ef700402f11f Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 4 Nov 2015 00:26:18 +0100 Subject: [PATCH] Forgot to remove iostream include. --- src/dialogs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dialogs.cc b/src/dialogs.cc index d719f9a..8248443 100644 --- a/src/dialogs.cc +++ b/src/dialogs.cc @@ -3,7 +3,6 @@ #include #include #include "juci.h" -#include std::string open_dialog(const std::string &title, const std::vector> &buttons,