From 443ac44baf3e51c7dd31162fd60a15d3a0bde183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 11 Apr 2018 10:22:35 +0200 Subject: beam_validator: Remove unnecessary inclusion of beam_disasm.hrl --- lib/compiler/src/beam_validator.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/compiler/src/beam_validator.erl') diff --git a/lib/compiler/src/beam_validator.erl b/lib/compiler/src/beam_validator.erl index 3c0f3a2d25..b9d9cdd054 100644 --- a/lib/compiler/src/beam_validator.erl +++ b/lib/compiler/src/beam_validator.erl @@ -27,8 +27,6 @@ %% Interface for compiler. -export([module/2, format_error/1]). --include("beam_disasm.hrl"). - -import(lists, [any/2,dropwhile/2,foldl/3,foreach/2,reverse/1]). %% To be called by the compiler. -- cgit v1.2.3