aboutsummaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-08-04 20:40:44 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-08-04 20:41:40 +0200
commit920aed36f81bcce40c9f1c5bcda906a13e4fb5e4 (patch)
treea62068cc334de9933140a2c9b5cbea70eef064ae /src/cli.c
parent5d6e434c896000c49a6953919acdcbaca8dfb86e (diff)
Start rewriting the build system
Good old makefiles should do the job.
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cli.c b/src/cli.c
index afbb540..a24d771 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
#include <stdlib.h>
#include <stdio.h>