Remove quotes arrond include

This commit is contained in:
Out Of Ideas 2024-05-08 20:56:01 -05:00
parent 4c2c4d49e4
commit 978e70d2c5
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -1,6 +1,6 @@
/* Required to read config file */
#define INI_IMPLEMENTATION
#include "<ini.h>"
#include <ini.h>
/* Required for input handling and screen painting */
#include <curses.h>