Rename defaults.h

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

@ -1,5 +1,5 @@
#ifndef LLARP_DEFAULTS_H
#define LLARP_DEFAULTS_H
#ifndef LLARP_DEFAULTS_HPP
#define LLARP_DEFAULTS_HPP
#ifndef DEFAULT_RESOLVER_US
#define DEFAULT_RESOLVER_US "1.1.1.1"
@ -27,4 +27,4 @@
#endif
#endif
#endif
#endif

@ -1,6 +1,6 @@
#include "config.hpp"
#include <llarp/config.h>
#include <llarp/defaults.h>
#include <llarp/defaults.hpp>
#include <llarp/net.hpp>
#include "fs.hpp"
#include "ini.hpp"

Loading…
Cancel
Save