Skip to content

Commit

Permalink
Apply modernize-deprecated-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx authored and dennisklein committed May 28, 2021
1 parent ccbd622 commit e1b2295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion fairmq/shmem/Monitor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <iomanip>
#include <chrono>
#include <ctime>
#include <time.h>
#include <iomanip>
#include <sstream>

Expand Down
4 changes: 2 additions & 2 deletions fairmq/shmem/runMonitor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#include <boost/program_options.hpp>

#include <stdio.h>
#include <stdlib.h>
#include <cstdio>
#include <cstdlib>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
Expand Down
4 changes: 1 addition & 3 deletions test/device/_waitfor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
#include <fairmq/tools/Unique.h>
#include <fairmq/tools/Process.h>

#include <signal.h> // kill

#include <string>
#include <thread>
#include <iostream>
#include <sstream>

namespace
{
Expand Down

0 comments on commit e1b2295

Please sign in to comment.