From 5045e3a8c82634e043d8024e40320d1233526d71 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Thu, 22 Jan 2015 08:19:25 -0500 Subject: [PATCH] gui: Remove unnecessary #includes Signed-off-by: Anna Schumaker --- gui/collection.cpp | 1 - gui/manager.cpp | 1 - gui/ocarina.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/gui/collection.cpp b/gui/collection.cpp index 8a5ddeba..358fc2c4 100644 --- a/gui/collection.cpp +++ b/gui/collection.cpp @@ -1,7 +1,6 @@ /* * Copyright 2014 (c) Anna Schumaker. */ -#include #include #include #include diff --git a/gui/manager.cpp b/gui/manager.cpp index 1ae3aa97..0278bb48 100644 --- a/gui/manager.cpp +++ b/gui/manager.cpp @@ -1,7 +1,6 @@ /* * Copyright 2014 (c) Anna Schumaker. */ -#include #include #include #include diff --git a/gui/ocarina.cpp b/gui/ocarina.cpp index 76cc3e54..15e6dee8 100644 --- a/gui/ocarina.cpp +++ b/gui/ocarina.cpp @@ -2,7 +2,6 @@ * Copyright 2014 (c) Anna Schumaker. */ #include -#include #include #include