1 2 3 4 5 6 7
-module(include). -include_lib("foo/foo.hrl"). -include_lib("bar/bar.hrl"). -include("baz.hrl"). -include("qux.hrl").