1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 03:36:45 +02:00

general cleanup: rm unused config.h, add license info to device.c/h, add a couple compiler options and fix warnings

This commit is contained in:
Jfreegman
2014-06-24 17:45:14 -04:00
parent 6490fa598c
commit ef097757f3
20 changed files with 53 additions and 76 deletions

View File

@ -24,10 +24,6 @@
#define _GNU_SOURCE /* needed for strcasestr() and wcwidth() */
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <string.h>
#include <time.h>