diff libgsmfr2/pp_state.c @ 262:573afa985df6

libgsmfr2: split pp_state.h from pp_internal.h
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Apr 2024 00:43:36 +0000
parents a33edf624061
children
line wrap: on
line diff
--- a/libgsmfr2/pp_state.c	Fri Apr 12 23:29:18 2024 +0000
+++ b/libgsmfr2/pp_state.c	Sat Apr 13 00:43:36 2024 +0000
@@ -7,7 +7,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include "tw_gsmfr.h"
-#include "pp_internal.h"
+#include "pp_state.h"
 
 struct gsmfr_preproc_state *gsmfr_preproc_create(void)
 {