aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/examples/brew-server
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Contributions/examples/brew-server')
-rwxr-xr-xLibrary/Contributions/examples/brew-server1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-server b/Library/Contributions/examples/brew-server
index b9919cf7a..5e7f80b58 100755
--- a/Library/Contributions/examples/brew-server
+++ b/Library/Contributions/examples/brew-server
@@ -82,7 +82,6 @@ get '/' do
end
get '/search' do
- require 'brew.h'
q = params['q']
results = search_brews(q)