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 "ramp.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
@ -7,6 +5,7 @@
#include <stdio.h>
#include "../config.h"
#include "../particle.h"
struct private {
char *tag;