Skip to content

Commit

Permalink
deps: Include common.h above all else
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Nov 17, 2024
1 parent 8d2369a commit 4ff3d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/deps.c
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2024 Aymeric Wibo

#include <common.h>

#include <deps.h>

#include <common.h>
#include <logging.h>
#include <str.h>

#include <assert.h>
#include <errno.h>
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

Expand Down

0 comments on commit 4ff3d5d

Please sign in to comment.