Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header cleanup #3359

Merged
merged 6 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CodeLite/CTags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "file_logger.h"
#include "fileutils.h"
#include "procutils.h"
#include "readtags.h"

#include <set>
#include <wx/stopwatch.h>
Expand Down
1 change: 0 additions & 1 deletion CodeLite/CTags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "codelite_exports.h"
#include "entry.h"
#include "readtags.h"
#include "tag_tree.h"

#include <vector>
Expand Down
62 changes: 0 additions & 62 deletions CodeLite/Trie.hpp

This file was deleted.

1 change: 0 additions & 1 deletion CodeLite/archive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include "clFontHelper.h"
#include "serialized_object.h"
#include "wx_xml_compatibility.h"

#include <memory>
#include <wx/colour.h>
Expand Down
22 changes: 0 additions & 22 deletions CodeLite/clBitmap.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions CodeLite/clBitmap.h

This file was deleted.

101 changes: 0 additions & 101 deletions CodeLite/clJSONObjectParser.hpp

This file was deleted.

1 change: 0 additions & 1 deletion CodeLite/ctags_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "comment.h"
#include "cpptoken.h"
#include "entry.h"
#include "extdbdata.h"
#include "istorage.h"
#include "language.h"
#include "macros.h"
Expand Down
39 changes: 0 additions & 39 deletions CodeLite/extdbdata.h

This file was deleted.

Loading