system/{Resolver,Socket{Error,Util}}: move to new library libnet.a

This commit is contained in:
Max Kellermann
2015-02-10 21:46:23 +01:00
parent 33a27379f9
commit 42890b9acf
14 changed files with 21 additions and 14 deletions

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "BufferedSocket.hxx"
#include "system/SocketError.hxx"
#include "net/SocketError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Compiler.h"