Skip to content

Commit

Permalink
more parser cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgiev committed Jun 18, 2016
1 parent 843c6e0 commit 12bec53
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 127 deletions.
7 changes: 0 additions & 7 deletions src/dom/protobuf/protobuf_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
//

#include "dom/protobuf/protobuf_plugin.h"
#include "doim/generic/attribute.h"
#include "doim/set.hpp"
#include "err/err.h"
#include <functional>
#include <shared_ptr>
#include <string>
#include <unordered>
#include <vector>

namespace dom
{
Expand Down
14 changes: 0 additions & 14 deletions src/dom/protobuf/protobuf_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,9 @@

#pragma once

#include "dom/cxx/cxx_files_mixin.hpp"
#include "dom/cxx/cxx_headers_mixin.hpp"
#include "dom/cxx/protobufs_mixin.hpp"
#include "dom/element.hpp"
#include "doim/cxx/cxx_header.h"
#include "doim/cxx/cxx_include_directory.h"
#include "doim/fs/fs_directory.h"
#include "doim/fs/fs_file.h"
#include "doim/generic/attribute.h"
#include "doim/generic/attribute_name.h"
#include "doim/generic/attribute_value.h"
#include "dp/handle.hpp"
#include "dp/map_container.hpp"
#include "dp/memoization.hpp"
#include "dp/solitary_container.hpp"
#include "err/err.h"
#include <boost/hana/for_each.hpp>
#include <shared_ptr>
#include <unordered>

Expand Down
Loading

0 comments on commit 12bec53

Please sign in to comment.