aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/preprocess.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-27 20:29:43 +0900
committernsfisis <nsfisis@gmail.com>2025-09-27 20:29:43 +0900
commit86ae353d6267387bf216d5fd760a7ced7bced402 (patch)
tree7a2bfa1d40a6b5fd2aa366ca5a8f32837a8477ab /src/preprocess.h
parent1c270ba5e27f126a251b5591cfac4243ba3c75f7 (diff)
downloadducc-86ae353d6267387bf216d5fd760a7ced7bced402.tar.gz
ducc-86ae353d6267387bf216d5fd760a7ced7bced402.tar.zst
ducc-86ae353d6267387bf216d5fd760a7ced7bced402.zip
refactor: add src/ducc.h
Diffstat (limited to 'src/preprocess.h')
-rw-r--r--src/preprocess.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preprocess.h b/src/preprocess.h
index e78776f..a39f01c 100644
--- a/src/preprocess.h
+++ b/src/preprocess.h
@@ -1,7 +1,6 @@
#ifndef DUCC_PREPROCESS_H
#define DUCC_PREPROCESS_H
-#include <stdio.h>
#include "common.h"
#include "io.h"
#include "token.h"