Include <ac_cfg.h> instead of "ac_cfg.h"

See 9616b3709c
This commit is contained in:
Stefan Rueger
2024-04-13 00:59:26 +01:00
parent 5361668c0e
commit ece8652162
2 changed files with 3 additions and 3 deletions

View File

@@ -9,11 +9,11 @@
* Meta-author Stefan Rueger <stefan.rueger@urclocks.com>
*
* v 1.3
* 12.04.2024
* 13.04.2024
*
*/
#include "ac_cfg.h"
#include <ac_cfg.h>
#include <ctype.h>
#include <string.h>

View File

@@ -12,7 +12,7 @@
* Meta-author Stefan Rueger <stefan.rueger@urclocks.com>
*
* v 1.3
* 12.04.2024
* 13.04.2024
*
*/