Skip to content

Commit

Permalink
libnixf: remove fmt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Jan 16, 2024
1 parent aeb762e commit e0ccd7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions libnixf/include/nixf/Basic/Diagnostic.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@

#include "Range.h"

#include <fmt/args.h>

#include <cassert>
#include <memory>
#include <optional>
#include <string>
#include <utility>
#include <vector>

namespace nixf {

/// Fix-it hints. Remove the text at `OldRange`, and replace it as `NewText`
Expand Down
2 changes: 1 addition & 1 deletion libnixf/lib/Basic/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libnixfBasic_deps = [ fmt ]
libnixfBasic_deps = [ ]

libnixfBasic_inc = nixf_inc

Expand Down

0 comments on commit e0ccd7f

Please sign in to comment.