system/resolver: convert to C++

This commit is contained in:
Max Kellermann
2013-09-04 18:02:09 +02:00
parent d1f4a31b5e
commit c9fcc7f148
7 changed files with 17 additions and 27 deletions

View File

@@ -23,9 +23,7 @@
#include "Partition.hxx"
#include "Instance.hxx"
#include "system/fd_util.h"
extern "C" {
#include "system/resolver.h"
}
#include "system/Resolver.hxx"
#include "Permission.hxx"
#include <assert.h>