]> git.stg.codes - stg.git/blobdiff - stglibs/dotconfpp.lib/dotconfpp.h
Make fee charging rules inclusive (2 includes 0 and 3 includes fee)
[stg.git] / stglibs / dotconfpp.lib / dotconfpp.h
index c068640fa27615cd0af9b961a48e2303b4dfa652..8c2a82ade7fe9c55cc76d51daf89d9896a594046 100644 (file)
 #include <unistd.h>
 #include <limits.h>
 
-#include "os_int.h"
-#include "mempool.h"
+#include "stg/os_int.h"
 
 typedef void (* DOTCONFCallback) (void * data, const char * buf);
 
 class DOTCONFDocument;
+class AsyncDNSMemPool;
 
 class DOTCONFDocumentNode
 {