Renamed uint128.h -> uint128.hpp

pull/1124/head
Jason Rhinelander 4 years ago
parent 3fedd5ba6b
commit 27025030ce

@ -1,7 +1,7 @@
#ifndef LLARP_NET_HPP
#define LLARP_NET_HPP
#include <net/uint128.h>
#include <net/uint128.hpp>
#include <net/address_info.hpp>
#include <net/net_int.hpp>
#include <net/net.h>

@ -19,7 +19,7 @@
#include <util/endian.hpp>
#include <vector>
#include "uint128.h"
#include "uint128.hpp"
namespace llarp
{

@ -6,7 +6,7 @@
#include <numeric>
#include <type_traits>
#include <limits>
#include <net/uint128.h>
#include <net/uint128.hpp>
namespace llarp
{

Loading…
Cancel
Save