aboutsummaryrefslogtreecommitdiffstats
path: root/liblll/All.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-23 22:50:29 +0800
committerGitHub <noreply@github.com>2017-06-23 22:50:29 +0800
commit367389472bf9580fabede5e50d2e3264072fce24 (patch)
tree454960a62e6291defb7bffd528390786c16d1b9f /liblll/All.h
parent1f7697eee318445e770d4e634477c38685af5110 (diff)
parentb46bb70b969aaa2d38ee84b3732999ec141dbd85 (diff)
downloaddexon-solidity-367389472bf9580fabede5e50d2e3264072fce24.tar
dexon-solidity-367389472bf9580fabede5e50d2e3264072fce24.tar.gz
dexon-solidity-367389472bf9580fabede5e50d2e3264072fce24.tar.bz2
dexon-solidity-367389472bf9580fabede5e50d2e3264072fce24.tar.lz
dexon-solidity-367389472bf9580fabede5e50d2e3264072fce24.tar.xz
dexon-solidity-367389472bf9580fabede5e50d2e3264072fce24.tar.zst
dexon-solidity-367389472bf9580fabede5e50d2e3264072fce24.zip
Merge pull request #2439 from ethereum/lll-vars
LLL: fix variable (set/get/ref) handling
Diffstat (limited to 'liblll/All.h')
-rw-r--r--liblll/All.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/liblll/All.h b/liblll/All.h
deleted file mode 100644
index 7c4192f6..00000000
--- a/liblll/All.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#include "CodeFragment.h"
-#include "Compiler.h"
-#include "CompilerState.h"
-#include "Parser.h"