From 183c1fbebb64a592a04d6a094125dc877929f08a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Jan 2012 01:49:06 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3962 a436a847-0d15-0410-975c-d299462d15a1 --- src/gtk2_in_qt4.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gtk2_in_qt4.cpp') diff --git a/src/gtk2_in_qt4.cpp b/src/gtk2_in_qt4.cpp index 11f0b1c..cc6bdc9 100644 --- a/src/gtk2_in_qt4.cpp +++ b/src/gtk2_in_qt4.cpp @@ -20,8 +20,8 @@ #include #include -#include "suil_internal.h" -#include "suil-config.h" +#include "./suil_internal.h" +#include "./suil-config.h" extern "C" { @@ -81,4 +81,4 @@ suil_wrapper_new(SuilHost* host, return wrapper; } -} // extern "C" +} // extern "C" -- cgit v1.2.1