Skip to content

Commit

Permalink
Remove unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
stkchp committed Oct 18, 2016
1 parent d273bbd commit 33492b5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions src/option.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
#include <sstream>
#include <string>

#include <typeindex>

#include <getopt.h>
#include <unistd.h>

#include "option.h"

Expand Down
4 changes: 0 additions & 4 deletions src/option.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <typeindex>
#include <utility>
#include <vector>

#include <getopt.h>
#include <unistd.h>

namespace pxtnplay
{
Expand Down
3 changes: 1 addition & 2 deletions src/pxtnplay.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#include <cstdlib>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <vector>

#include <pxtnService.h>
#include <pxtoneVomit.h>
#include <pxwrDoc.h>

#include <alsa/asoundlib.h>

Expand Down
1 change: 0 additions & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <cstdint>
#include <cstring>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
Expand Down

0 comments on commit 33492b5

Please sign in to comment.