particles: remove header files

This commit is contained in:
Daniel Eklöf 2019-01-13 16:49:46 +01:00
parent 8d26ff7de2
commit 74b0722d2f
12 changed files with 6 additions and 40 deletions

View file

@ -1,5 +1,3 @@
#include "string.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
@ -8,6 +6,7 @@
#define LOG_ENABLE_DBG 1
#include "../log.h"
#include "../config.h"
#include "../particle.h"
struct private {
char *text;