mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 07:16:41 +00:00
remove unneccessary includes
This commit is contained in:
parent
97941ac073
commit
4d247c94db
@ -2,13 +2,9 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <cstring>
|
|
||||||
#include <cerrno>
|
|
||||||
|
|
||||||
#include "trick/Executive.hh"
|
#include "trick/Executive.hh"
|
||||||
#include "trick/ExecutiveException.hh"
|
#include "trick/ExecutiveException.hh"
|
||||||
#include "trick/exec_proto.h"
|
#include "trick/exec_proto.h"
|
||||||
#include "trick/command_line_protos.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@details
|
@details
|
||||||
|
Loading…
Reference in New Issue
Block a user