Skip to content

Commit

Permalink
Cleaning up IE driver header file include statements
Browse files Browse the repository at this point in the history
No functional changes
  • Loading branch information
jimevans committed Apr 2, 2019
1 parent 5239ddb commit 13f1e89
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions cpp/iedriver/ActionSimulators/ActionSimulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef WEBDRIVER_IE_ACTIONSIMULATOR_H_
#define WEBDRIVER_IE_ACTIONSIMULATOR_H_

#include <string>
#include <vector>

#include "../CustomTypes.h"
Expand Down
2 changes: 0 additions & 2 deletions cpp/iedriver/ActionSimulators/SendMessageActionSimulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#define WD_CLIENT_MIDDLE_MOUSE_BUTTON 1
#define WD_CLIENT_RIGHT_MOUSE_BUTTON 2

#include <vector>

#include "ActionSimulator.h"

namespace webdriver {
Expand Down
1 change: 1 addition & 0 deletions cpp/iedriver/CommandHandlerRepository.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <map>
#include <memory>
#include <string>

namespace webdriver {

Expand Down
1 change: 0 additions & 1 deletion cpp/iedriver/CookieManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "CookieManager.h"

#include <map>
#include <UrlMon.h>
#include <wininet.h>

Expand Down
1 change: 1 addition & 0 deletions cpp/iedriver/CookieManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define WEBDRIVER_COOKIEMANAGER_H_

#include <map>
#include <string>
#include <vector>

namespace webdriver {
Expand Down
1 change: 1 addition & 0 deletions cpp/iedriver/InputState.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define WEBDRIVER_IE_INPUTSTATE_H_

#include <ctime>
#include <string>

namespace webdriver {

Expand Down

0 comments on commit 13f1e89

Please sign in to comment.