summaryrefslogtreecommitdiff
path: root/atari/search.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 21:23:51 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commit19c26ca1829e94ea7abbadea50707a4ee5441d10 (patch)
treef162fef274bf00fab5e6028b5e5c2970a37c40a0 /atari/search.c
parent0b64df140c87c81d5046c0a97b5a655ca7af170b (diff)
downloadnetsurf-19c26ca1829e94ea7abbadea50707a4ee5441d10.tar.gz
netsurf-19c26ca1829e94ea7abbadea50707a4ee5441d10.tar.bz2
update atari includes to accomodate gui operation table refactor
Diffstat (limited to 'atari/search.c')
-rw-r--r--atari/search.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/atari/search.c b/atari/search.c
index f79891aa5..072ba1d49 100644
--- a/atari/search.c
+++ b/atari/search.c
@@ -15,13 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * Module Description:
- *
- *
- *
*/
-
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
@@ -30,12 +25,13 @@
#include <stdbool.h>
#include <assert.h>
-#include "desktop/gui.h"
+#include "utils/log.h"
+#include "utils/messages.h"
#include "desktop/browser.h"
#include "desktop/browser_private.h"
#include "desktop/search.h"
-#include "utils/log.h"
-#include "utils/messages.h"
+#include "desktop/gui_search.h"
+
#include "atari/gui.h"
#include "atari/rootwin.h"
#include "atari/misc.h"