Skip to content

Commit

Permalink
Removed unnecessary includes from json.*.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Jun 7, 2015
1 parent a3972f6 commit 43a98bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/json.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,9 @@
#include "glibht.h"
#endif

#ifdef HAVE_LIBGEOIP
#include "geolocation.h"
#endif

#include "commons.h"
#include "error.h"
#include "gdns.h"
#include "settings.h"
#include "ui.h"
#include "util.h"
#include "xmalloc.h"

static void print_json_data (FILE * fp, GHolder * h, int processed);
static void print_json_host_data (FILE * fp, GHolder * h, int processed);
Expand Down
1 change: 0 additions & 1 deletion src/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#ifndef JSON_H_INCLUDED
#define JSON_H_INCLUDED

#include "commons.h"
#include "parser.h"

typedef struct GJSON_
Expand Down

0 comments on commit 43a98bb

Please sign in to comment.