diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-04-02 12:41:24 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-04-02 12:41:24 -0400 |
commit | 17ee80aafeb9ceff0333c9ee92e1bd712a21e4df (patch) | |
tree | 588f2b25e2fb2fcf73c8fa455940ba99d1f28025 /tests | |
parent | bf79c8f0df1457fe1f5320c76d3170e2e7217235 (diff) | |
download | gtk+-17ee80aafeb9ceff0333c9ee92e1bd712a21e4df.tar.gz |
Drop an unnecessary include
These tests are better if they can be built standalone.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testcombo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testcombo.c b/tests/testcombo.c index c0a5d471b1..34864d1ed7 100644 --- a/tests/testcombo.c +++ b/tests/testcombo.c @@ -14,7 +14,6 @@ * You should have received a copy of the GNU Library General Public * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" #include <gtk/gtk.h> #include <string.h> |