Skip to content

Commit

Permalink
correct header files references
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Dec 29, 2024
1 parent e983632 commit d7d77ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@

#include "../include/command.h"
#include "../include/misc.h"
#include "../include/resource.h"
#include "../include/res.h"
#include "../strings.h"
#include "../include/strings.typ"
Expand Down
2 changes: 1 addition & 1 deletion lib/res.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#include <assert.h>
#include <stdlib.h>

#include "../include/resource.h"
#include "../include/res.h"
#include "../include/command.h"

int enumResources(res_majorid_t id
Expand Down

0 comments on commit d7d77ac

Please sign in to comment.