Statetrace: Fix up headers.
This commit is contained in:
parent
c18d6cb1a7
commit
6835dbce34
2 changed files with 12 additions and 11 deletions
|
@ -28,19 +28,19 @@
|
||||||
* Authors: Gabe Black
|
* Authors: Gabe Black
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <cstring>
|
||||||
|
#include <errno.h>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <iostream>
|
||||||
|
#include <netdb.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <sys/ptrace.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <sys/ptrace.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <netdb.h>
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
#include "printer.hh"
|
#include "printer.hh"
|
||||||
#include "tracechild.hh"
|
#include "tracechild.hh"
|
||||||
|
|
|
@ -29,10 +29,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "tracechild.hh"
|
#include "tracechild.hh"
|
||||||
#include <sys/wait.h>
|
#include <cstring>
|
||||||
#include <sys/ptrace.h>
|
|
||||||
#include <iostream>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <iostream>
|
||||||
|
#include <sys/ptrace.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue