Files
scylladb/io/io.cc
2015-01-05 14:13:31 +08:00

10 lines
226 B
C++

/*
* Copyright (C) 2015 Cloudius Systems, Ltd.
*/
// Used to ensure that all .hh files build, as well as a place to put
// out-of-line implementations.
#include "io/i_versioned_serializer.hh"
#include "io/i_serializer.hh"