emqx/apps/emqx_gateway/test/props
Thales Macedo Garitezi 8f4453fedb
fix(gateway): undo move headers to root `include`
Keeping headers in the src directory makes sense for the interfaces we
don't want to expose outside, but the `include_lib` directive fails to
compile under Mix. Changing `include_lib("emqx_gateway/src/...")` to
`-include("src/...")` pleases both Mix and Rebar.
2021-12-28 17:34:47 -03:00
..
emqx_sn_proper_types.erl fix(gateway): undo move headers to root `include` 2021-12-28 17:34:47 -03:00
prop_emqx_sn_frame.erl fix(gateway): undo move headers to root `include` 2021-12-28 17:34:47 -03:00