Skip to content

Commit

Permalink
Get updates from rti-exit-save-trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Jun 2, 2023
2 parents 488e683 + 3870e01 commit d6f4fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/federated/RTI/enclave.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef ENCLAVE_H
#define ENCLAVE_H

#include <stdio.h>
#include <stdlib.h>
#include <errno.h> // Defines perror(), errno
#include <assert.h>
#include "platform.h" // Platform-specific types and functions
Expand Down
2 changes: 0 additions & 2 deletions core/federated/RTI/rti_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
#include <netinet/in.h> // Defines struct sockaddr_in
#include <arpa/inet.h> // inet_ntop & inet_pton
#include <unistd.h> // Defines read(), write(), and close()
#include <netdb.h> // Defines gethostbyname().
#include <strings.h> // Defines bzero().
#include <sys/wait.h> // Defines wait() for process to change state.

#include "enclave.h"

Expand Down

0 comments on commit d6f4fb6

Please sign in to comment.