mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibWeb: Update stale #includes for HTML/TagNames.* move
This commit is contained in:
parent
1eee6716e0
commit
b73d0bb6c8
Notes:
sideshowbarker
2024-07-19 00:53:31 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b73d0bb6c87
2 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
#include <LibWeb/DOM/Attribute.h>
|
||||
#include <LibWeb/DOM/NonDocumentTypeChildNode.h>
|
||||
#include <LibWeb/DOM/ParentNode.h>
|
||||
#include <LibWeb/DOM/TagNames.h>
|
||||
#include <LibWeb/HTML/AttributeNames.h>
|
||||
#include <LibWeb/HTML/TagNames.h>
|
||||
#include <LibWeb/Layout/Node.h>
|
||||
#include <LibWeb/QualifiedName.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <LibWeb/DOM/TagNames.h>
|
||||
#include <LibWeb/HTML/TagNames.h>
|
||||
|
||||
namespace Web::HTML::TagNames {
|
||||
|
||||
|
|
Loading…
Reference in a new issue