Unverified Commit 28000dc8 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

preload includes cleanup: global/global_defs.hpp

parent 308ae92f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#ifndef IFS_GLOBAL_DEFS_HPP
#define IFS_GLOBAL_DEFS_HPP

#include <type_traits> //underlying_type

// These constexpr set the RPC's identity and which handler the receiver end should use
namespace hg_tag {
    constexpr auto fs_config = "ipc_srv_fs_config";
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
#include <cerrno>
#include <unistd.h>

#include <global/global_defs.hpp>

extern "C" {
#include <abt.h>
#include <mercury.h>
+1 −1
Original line number Diff line number Diff line

#include <global/global_defs.hpp>
#include <preload/open_file_map.hpp>
#include <preload/preload.hpp>
#include <preload/preload_util.hpp>
+1 −1
Original line number Diff line number Diff line


#include <global/global_defs.hpp>
#include <preload/preload.hpp>
#include <global/rpc/ipc_types.hpp>
#include <preload/margo_ipc.hpp>