Move some files around for easier reuse

This commit is contained in:
akp 2023-10-30 14:56:38 +00:00
parent 5942c4e98e
commit 672d883974
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
5 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "parser.c"
#include "../firewall_parser.c"
#include <stdio.h>
#include <stdlib.h>

View file

@ -1,4 +1,4 @@
#include "parser.c"
#include "../firewall_parser.c"
#include <stdio.h>
#include <stdlib.h>

View file

@ -1,7 +1,7 @@
//
// Created by akp on 05/10/23.
//
#include "types.c"
#include "firewall_types.c"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>