mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>
This file has been moved from DOM/ to HTML/ in
a784090b91
.
This commit is contained in:
parent
64c15798e7
commit
7390098adc
Notes:
sideshowbarker
2024-07-19 03:43:29 +09:00
Author: https://github.com/linusg
Commit: 7390098adc
Pull-request: https://github.com/SerenityOS/serenity/pull/3105
5 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <LibWeb/DOM/AttributeNames.h>
|
||||
#include <LibWeb/HTML/AttributeNames.h>
|
||||
|
||||
namespace Web {
|
||||
namespace HTML {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue