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
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/Timer.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/ImageDecoder.h>
#include <LibWeb/CSS/Parser/CSSParser.h>