From fd92ac35f12176225e910f1d25f57acf16a35cda Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 28 Jan 2014 16:28:40 -0600 Subject: cleanup from previous commit: since Formatter code was migrated to utils.c so that it could be used standalone by the panels, there's now code duplication between Utils and Formatter. Remove code duplication s.t. Formatter uses the Utils code as well. --- src/formatter-desktop.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/formatter-desktop.cpp') diff --git a/src/formatter-desktop.cpp b/src/formatter-desktop.cpp index 5efdf8b..d542ec4 100644 --- a/src/formatter-desktop.cpp +++ b/src/formatter-desktop.cpp @@ -18,6 +18,7 @@ */ #include +#include // T_() namespace unity { namespace indicator { -- cgit v1.2.3