mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +00:00
Headers cleanup in ucioption.cpp
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
87f7e99bc4
commit
976270916b
1 changed files with 0 additions and 4 deletions
|
@ -18,8 +18,6 @@
|
|||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#include "misc.h"
|
||||
|
@ -27,8 +25,6 @@
|
|||
#include "ucioption.h"
|
||||
|
||||
using std::string;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
OptionsMap Options; // Global object
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue