Rename common.h

pull/59/head
Michael 6 years ago
parent 271ef910d7
commit 4851c54c92
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -1,7 +1,7 @@
#ifndef LLARP_BENCODE_H
#define LLARP_BENCODE_H
#include <llarp/buffer.h>
#include <llarp/common.h>
#include <llarp/common.hpp>
#include <llarp/proto.h>
#include <stdbool.h>
#include <stdint.h>

@ -1,6 +1,6 @@
#ifndef LLARP_BUFFER_H_
#define LLARP_BUFFER_H_
#include <llarp/common.h>
#include <llarp/common.hpp>
#include <llarp/mem.h>
#include <stdbool.h>
#include <stdio.h>

@ -1,5 +1,5 @@
#ifndef LLARP_COMMON_H
#define LLARP_COMMON_H
#ifndef LLARP_COMMON_HPP
#define LLARP_COMMON_HPP
#ifdef __STRICT_ANSI__
#define INLINE __inline__
#else

@ -1,7 +1,7 @@
#ifndef LLARP_CRYPTO_H_
#define LLARP_CRYPTO_H_
#include <llarp/buffer.h>
#include <llarp/common.h>
#include <llarp/common.hpp>
#include <stdbool.h>
#include <stdint.h>

@ -1,6 +1,6 @@
#ifndef LLARP_NODEDB_HPP
#define LLARP_NODEDB_HPP
#include <llarp/common.h>
#include <llarp/common.hpp>
#include <llarp/crypto.h>
#include <llarp/router_contact.hpp>
#include <llarp/router_id.hpp>

@ -1,6 +1,6 @@
#ifndef LLARP_STRING_H
#define LLARP_STRING_H
#include <llarp/common.h>
#include <llarp/common.hpp>
#ifndef __FreeBSD__
#if !(__APPLE__ && __MACH__)

@ -1,7 +1,7 @@
#ifndef LLARP_TIMER_HPP
#define LLARP_TIMER_HPP
#include <llarp/common.h>
#include <llarp/common.hpp>
#include <llarp/threadpool.h>
#include <llarp/time.hpp>

Loading…
Cancel
Save