mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
particles: remove header files
This commit is contained in:
parent
8d26ff7de2
commit
74b0722d2f
12 changed files with 6 additions and 40 deletions
|
@ -1,5 +1,3 @@
|
|||
#include "progress-bar.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
@ -8,6 +6,7 @@
|
|||
#define LOG_ENABLE_DBG 0
|
||||
#include "../log.h"
|
||||
#include "../config.h"
|
||||
#include "../particle.h"
|
||||
|
||||
struct private {
|
||||
char *tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue