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

@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "system/Resolver.hxx"
#include "net/Resolver.hxx"
#include "util/Error.hxx"
#include "Log.hxx"