mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Clean up once include variables
Missed a couple of files where message_publish is in an ifdef __APPLE__ section. But I decided to put message_type.h back in message_proto.h because taking it out would affect a lot of user code. Adds to #14.
This commit is contained in:
parent
14a75508a3
commit
306dee18a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ lib_Darwin_*
|
|||||||
*.swp
|
*.swp
|
||||||
*.dox
|
*.dox
|
||||||
Makefile_jsc_dirs
|
Makefile_jsc_dirs
|
||||||
|
.DS_Store
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#include "sim_services/CheckPointRestart/include/CheckPointRestart_c_intf.hh"
|
#include "sim_services/CheckPointRestart/include/CheckPointRestart_c_intf.hh"
|
||||||
#include "sim_services/MemoryManager/include/memorymanager_c_intf.h"
|
#include "sim_services/MemoryManager/include/memorymanager_c_intf.h"
|
||||||
#include "sim_services/Message/include/message_proto.h"
|
#include "sim_services/Message/include/message_proto.h"
|
||||||
|
#include "sim_services/Message/include/message_type.h"
|
||||||
|
|
||||||
/** Global singleton pointer to the CheckPointRestart. */
|
/** Global singleton pointer to the CheckPointRestart. */
|
||||||
extern Trick::CheckPointRestart * the_cpr ;
|
extern Trick::CheckPointRestart * the_cpr ;
|
||||||
|
@ -16,6 +16,7 @@ PROGRAMMERS:
|
|||||||
|
|
||||||
#include "sim_services/Clock/include/GetTimeOfDayClock.hh"
|
#include "sim_services/Clock/include/GetTimeOfDayClock.hh"
|
||||||
#include "sim_services/Message/include/message_proto.h"
|
#include "sim_services/Message/include/message_proto.h"
|
||||||
|
#include "sim_services/Message/include/message_type.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@details
|
@details
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include "message_type.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
Reference in New Issue
Block a user