1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Removed unused includes from command.c

This commit is contained in:
James Booth 2012-08-23 00:50:26 +01:00
parent 727dfcb491
commit 8b7975bdf3

View File

@ -25,13 +25,10 @@
#include <glib.h>
#include "common.h"
#include "command.h"
#include "contact_list.h"
#include "history.h"
#include "jabber.h"
#include "ui.h"
#include "util.h"
#include "preferences.h"
#include "prof_autocomplete.h"
#include "tinyurl.h"