Adjust include paths.

This commit is contained in:
chriseth
2018-12-04 15:20:29 +01:00
parent 0ec7a0e72c
commit 3ebb78a886
5 changed files with 7 additions and 10 deletions
+2 -4
View File
@@ -15,12 +15,10 @@
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @author Christian <c@ethdev.com>
* @date 2016
* Code-generating part of inline assembly.
* Adaptor between the abstract assembly and eth assembly.
*/
#include <libyul/AsmCodeGen.h>
#include <libsolidity/codegen/AsmCodeGen.h>
#include <libyul/AsmParser.h>
#include <libyul/AsmData.h>