1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:17:44 +00:00

Everywhere: Only use local includes where appropriate

If a local include does not point to a file in the repository, it should
be a system include instead.
This commit is contained in:
Ben Wiederhake 2023-06-01 16:17:13 +02:00 committed by Jelle Raaijmakers
parent 9e807d7c6a
commit 6a351376aa
4 changed files with 5 additions and 5 deletions

View file

@ -221,7 +221,7 @@ static ErrorOr<void> generate_source(Core::File& file, HashMap<DeprecatedString,
SourceGenerator generator { builder };
generator.append(R"~~~(
#include "PnpIDs.h"
#include <LibEDID/PnpIDs.h>
namespace PnpIDs {