viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit b2dcf34891b046de55eb0c48f02e709978380cbe
parent 402bad114e4fd8236c9c091f01c841430e2aafa2
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Mon,  8 Oct 2012 14:56:57 -0600

clean up header files

Diffstat:
Msrc/utilities.c | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/utilities.c b/src/utilities.c @@ -12,28 +12,17 @@ #include <EWebKit2.h> #include <libsoup/soup.h> -#include <stdlib.h> /* malloc */ -#include <stdarg.h> /* vsnprintf */ -#include <stdio.h> /* vsnprintf */ -#include <ctype.h> /* tolower */ -#include <unistd.h> /* realloc */ - #include "viking_state.h" #include "viking.h" #include "commands.h" #include "utilities.h" #include "keymap.h" #include "callbacks.h" - #include "jsmn.h" -/* these all need to go */ -// static Eina_Bool complete_case_sensitive = TRUE; -// extern char *config_base; static Eina_List *dynamic_searchengines = NULL; - void parse(const char *buf); void add_modkeys(char key); int get_modkey(char key);