Commit 0fd36d34 authored by Kenton Varda's avatar Kenton Varda

Rename wire-format -> layout.

parent 7b187dbd
......@@ -26,7 +26,7 @@
#ifndef CAPNPROTO_GENERATED_HEADER_SUPPORT_H_
#define CAPNPROTO_GENERATED_HEADER_SUPPORT_H_
#include "wire-format.h"
#include "layout.h"
#include "list.h"
#endif // CAPNPROTO_GENERATED_HEADER_SUPPORT_H_
......@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "wire-format.h"
#include "layout.h"
#include "message.h"
#include "arena.h"
#include <gtest/gtest.h>
......
......@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "wire-format.h"
#include "layout.h"
#include "arena.h"
#include <string.h>
#include <limits>
......
......@@ -24,7 +24,7 @@
#ifndef CAPNPROTO_LIST_H_
#define CAPNPROTO_LIST_H_
#include "wire-format.h"
#include "layout.h"
#include <initializer_list>
namespace capnproto {
......
......@@ -25,7 +25,7 @@
#include <memory>
#include "macros.h"
#include "type-safety.h"
#include "wire-format.h"
#include "layout.h"
#ifndef CAPNPROTO_MESSAGE_H_
#define CAPNPROTO_MESSAGE_H_
......
......@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "serialize-packed.h"
#include "wire-format.h"
#include "layout.h"
#include <snappy/snappy.h>
#include <snappy/snappy-sinksource.h>
#include <vector>
......
......@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "serialize-snappy.h"
#include "wire-format.h"
#include "layout.h"
#include <snappy/snappy.h>
#include <snappy/snappy-sinksource.h>
#include <vector>
......
......@@ -22,7 +22,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "serialize.h"
#include "wire-format.h"
#include "layout.h"
namespace capnproto {
......
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