Skip to content

Commit

Permalink
Remove modulemap; add CHTTPParser.h (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
youming-lin authored and shmuelk committed Jun 1, 2017
1 parent b42adcb commit 2d3d7ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
15 changes: 15 additions & 0 deletions Sources/CHTTPParser/include/CHTTPParser.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// CHTTPParser.h
// Kitura-net
//
// Created by Youming Lin on 6/1/17.
//
//

#ifndef CHTTPParser_h
#define CHTTPParser_h

#include "http_parser.h"
#include "utils.h"

#endif /* CHTTPParser_h */
23 changes: 0 additions & 23 deletions Sources/CHTTPParser/include/module.modulemap

This file was deleted.

0 comments on commit 2d3d7ac

Please sign in to comment.