Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)

This commit is contained in:
Nico Weber 2020-08-25 03:41:56 -04:00 committed by GitHub
parent 647f3b87bd
commit 8b166e57df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 03:11:58 +09:00
7 changed files with 0 additions and 7 deletions

View file

@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <LibCore/ElapsedTimer.h>
#include <LibGUI/Button.h>
#include <LibGUI/TextBox.h>
#include <LibWeb/DOM/Document.h>