Format code

This commit is contained in:
Nick Peng
2018-12-28 23:26:24 +08:00
parent 7ab837b980
commit 9e4ac50ee8
8 changed files with 54 additions and 58 deletions

View File

@@ -1,11 +1,11 @@
#ifndef _SMARTDNS_CACHE_H
#define _SMARTDNS_CACHE_H
#include "dns.h"
#include "hashtable.h"
#include "hash.h"
#include "list.h"
#include "atomic.h"
#include "dns.h"
#include "hash.h"
#include "hashtable.h"
#include "list.h"
#include <time.h>
struct dns_cache {