summaryrefslogtreecommitdiffstats
path: root/src/m_loop.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_loop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_loop.h b/src/m_loop.h
index d494742..373a505 100644
--- a/src/m_loop.h
+++ b/src/m_loop.h
@@ -13,10 +13,9 @@
#ifndef M_LOOP_H
# define M_LOOP_H
-
# include "s_struct.h"
-void m_dump_hist(char hist[], t_msh *msh);
+void m_dump_hist(char hist[], t_msh *msh);
unsigned char m_loop(int fd, t_msh *msh);
#endif