Commit edbe92f7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 332bd9bd
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <config.h> #include <config.h>
#undef HAVE_BUILTIN_TYPES_COMPATIBLE_P #undef HAVE_BUILTIN_TYPES_COMPATIBLE_P
#define HAVE_BUILTIN_TYPES_COMPATIBLE_P 0 #define HAVE_BUILTIN_TYPES_COMPATIBLE_P 0
#include <ccan/array_size/array_size.h>
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
......
...@@ -21,8 +21,9 @@ ...@@ -21,8 +21,9 @@
// //
// XXX provides isolated view. // XXX provides isolated view.
#include <golang/libgolang.h> #include "wcfs_misc.h"
using namespace golang; #include "wcfs.h"
#include "wcfs_watchlink.h"
#include <wendelin/bigfile/virtmem.h> #include <wendelin/bigfile/virtmem.h>
#include <wendelin/bigfile/ram.h> #include <wendelin/bigfile/ram.h>
...@@ -38,10 +39,6 @@ using namespace golang; ...@@ -38,10 +39,6 @@ using namespace golang;
#include <unistd.h> #include <unistd.h>
#include "wcfs.h"
#include "wcfs_watchlink.h"
#include "wcfs_misc.h"
using std::min; using std::min;
using std::vector; using std::vector;
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// See COPYING file for full licensing terms. // See COPYING file for full licensing terms.
// See https://www.nexedi.com/licensing for rationale and options. // See https://www.nexedi.com/licensing for rationale and options.
#include "wcfs_misc.h"
#include "wcfs.h" #include "wcfs.h"
#include "wcfs_watchlink.h" #include "wcfs_watchlink.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment