Commit f66ca5e8 authored by Kenton Varda's avatar Kenton Varda

Tweak includes.

parent 84235207
......@@ -25,6 +25,7 @@
#include "message.h"
#include <kj/debug.h>
#include "arena.h"
#include "orphan.h"
#include <stdlib.h>
#include <exception>
#include <string>
......
......@@ -27,8 +27,6 @@
#include "common.h"
#include "layout.h"
#include "list.h" // TODO(cleanup): For FromReader. Move elsewhere?
#ifndef CAPNP_MESSAGE_H_
#define CAPNP_MESSAGE_H_
......@@ -40,6 +38,7 @@ namespace _ { // private
}
class StructSchema;
class Orphanage;
// =======================================================================================
......
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