Skip to content

Commit

Permalink
update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rekola committed Feb 2, 2024
1 parent c57599d commit 5dd13ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions include/radix_cpp.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
#ifndef _RADIXCPP_H_
#define _RADIXCPP_H_

#include <iterator>
#include <cstddef>
#include <cstdint>
#include <utility>
#include <vector>
#include <limits>
#include <functional>
#include <cstring>
#include <string>

#define RADIXCPP_FLAG_IS_ASSIGNED 1
#define RADIXCPP_FLAG_IS_FINAL 2
Expand Down

0 comments on commit 5dd13ea

Please sign in to comment.