Skip to content

Commit

Permalink
Move extension-related headers to an extensions/ subfolder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Aug 9, 2024
1 parent 962f497 commit 5b3a81e
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/extension.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "extension.h"
#include "extensions/extension.h"

#include <QDirIterator>
#include <QFile>
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "requirements.h"
#include "extensions/requirements.h"

#include <QJsonArray>

#include "extension.h"
#include "extensions/extension.h"
#include "imoinfo.h"
#include "log.h"

Expand Down Expand Up @@ -49,4 +49,4 @@ ExtensionRequirementFactory::parseRequirements(const ExtensionMetaData& metadata
}

return requirements;
}
}
2 changes: 1 addition & 1 deletion src/theme.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "theme.h"
#include "extensions/theme.h"

#include "utility.h"

Expand Down

0 comments on commit 5b3a81e

Please sign in to comment.