Browse Source

moved hrl to include dir

pull/65/head
Tristan Sloughter 13 years ago
parent
commit
a6a19169ab
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      include/ibrowse.hrl
  2. +1
    -1
      test/ibrowse_lib_tests.erl

src/ibrowse.hrl → include/ibrowse.hrl View File


+ 1
- 1
test/ibrowse_lib_tests.erl View File

@ -6,7 +6,7 @@
-module(ibrowse_lib_tests).
-include_lib("eunit/include/eunit.hrl").
-include("../src/ibrowse.hrl").
-include("../include/ibrowse.hrl").
parse_urls_test_() ->

Loading…
Cancel
Save