Skip to content

Commit

Permalink
Merge pull request #384 from VeriFIT/remove_unused_import
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
Adda0 committed Nov 21, 2024
2 parents 2c94c20 + 24763de commit f6321eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/mata/nft/builder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
#ifndef LIBMATA_NFT_BUILDER_HH
#define LIBMATA_NFT_BUILDER_HH

#include "nft.hh"
#include <bits/stdc++.h>

#include "mata/nfa/builder.hh"
#include "nft.hh"

#include <filesystem>


/**
* Namespace providing options to build NFAs.
*/
Expand Down

0 comments on commit f6321eb

Please sign in to comment.