Move some files around for easier reuse
This commit is contained in:
parent
5942c4e98e
commit
672d883974
5 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#include "parser.c"
|
#include "../firewall_parser.c"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "parser.c"
|
#include "../firewall_parser.c"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
//
|
//
|
||||||
// Created by akp on 05/10/23.
|
// Created by akp on 05/10/23.
|
||||||
//
|
//
|
||||||
#include "types.c"
|
#include "firewall_types.c"
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
Reference in a new issue