Skip to content

Commit

Permalink
Fix inlcudes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 1, 2024
1 parent 7cf3a9b commit 5323560
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions librz/cons/less.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_cons.h>
#include <rz_util/rz_regex.h>
#include <rz_util.h>
#include <rz_vector.h>
#include "pager_private.h"
#include "rz_vector.h"

#define I(x) rz_cons_singleton()->x

Expand Down

0 comments on commit 5323560

Please sign in to comment.