Repository: arrow Updated Branches: refs/heads/master ba2880c77 -> cc06197bc
ARROW-948: [GLib] Update C++ header file list Author: Kouhei Sutou <[email protected]> Closes #641 from kou/glib-fix-cpp-header-list and squashes the following commits: f6b63ab [Kouhei Sutou] [GLib] Update C++ header file list Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/cc06197b Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/cc06197b Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/cc06197b Branch: refs/heads/master Commit: cc06197bc2825e4602a72730611d523dbc3b80e8 Parents: ba2880c Author: Kouhei Sutou <[email protected]> Authored: Fri May 5 15:06:42 2017 -0400 Committer: Wes McKinney <[email protected]> Committed: Fri May 5 15:06:42 2017 -0400 ---------------------------------------------------------------------- c_glib/arrow-glib/arrow-glib.hpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/cc06197b/c_glib/arrow-glib/arrow-glib.hpp ---------------------------------------------------------------------- diff --git a/c_glib/arrow-glib/arrow-glib.hpp b/c_glib/arrow-glib/arrow-glib.hpp index 339773f..3184761 100644 --- a/c_glib/arrow-glib/arrow-glib.hpp +++ b/c_glib/arrow-glib/arrow-glib.hpp @@ -20,18 +20,15 @@ #pragma once #include <arrow-glib/arrow-glib.h> + #include <arrow-glib/array.hpp> #include <arrow-glib/array-builder.hpp> -#include <arrow-glib/boolean-array.hpp> -#include <arrow-glib/boolean-data-type.hpp> +#include <arrow-glib/buffer.hpp> #include <arrow-glib/chunked-array.hpp> #include <arrow-glib/column.hpp> #include <arrow-glib/data-type.hpp> -#include <arrow-glib/double-array.hpp> #include <arrow-glib/error.hpp> #include <arrow-glib/field.hpp> -#include <arrow-glib/float-array.hpp> -#include <arrow-glib/numeric-tensor.hpp> #include <arrow-glib/record-batch.h> #include <arrow-glib/schema.hpp> #include <arrow-glib/table.hpp> @@ -41,11 +38,10 @@ #include <arrow-glib/file.hpp> #include <arrow-glib/file-mode.hpp> #include <arrow-glib/input-stream.hpp> -#include <arrow-glib/memory-mapped-file.hpp> #include <arrow-glib/output-stream.hpp> -#include <arrow-glib/random-access-file.hpp> #include <arrow-glib/readable.hpp> #include <arrow-glib/writeable.hpp> +#include <arrow-glib/writeable-file.hpp> #include <arrow-glib/file-reader.hpp> #include <arrow-glib/file-writer.hpp>
