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,10 +1,10 @@
#include "list.h"
#include <stdlib.h>
#define LOG_MODULE "list"
#define LOG_ENABLE_DBG 1
#include "../log.h"
#include "../config.h"
#include "../particle.h"
struct private {
struct particle **particles;