mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
Rename file to highlight_functions.[ch]pp
This commit is contained in:
parent
32bfa18093
commit
c25e8f2e49
4 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ add_library(${PROJECT_NAME} STATIC
|
||||||
ini_file.cpp
|
ini_file.cpp
|
||||||
pathname/pathname.cpp
|
pathname/pathname.cpp
|
||||||
response_factory.cpp
|
response_factory.cpp
|
||||||
list_highlight_langs.cpp
|
highlight_functions.cpp
|
||||||
settings_bag.cpp
|
settings_bag.cpp
|
||||||
error_response.cpp
|
error_response.cpp
|
||||||
quick_submit_paste_response.cpp
|
quick_submit_paste_response.cpp
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* along with "kamokan". If not, see <http://www.gnu.org/licenses/>.
|
* along with "kamokan". If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "list_highlight_langs.hpp"
|
#include "highlight_functions.hpp"
|
||||||
#include "settings_bag.hpp"
|
#include "settings_bag.hpp"
|
||||||
#include <srchilite/langmap.h>
|
#include <srchilite/langmap.h>
|
||||||
#include <boost/range/adaptor/map.hpp>
|
#include <boost/range/adaptor/map.hpp>
|
|
@ -20,7 +20,7 @@
|
||||||
#include "duckhandy/stringize.h"
|
#include "duckhandy/stringize.h"
|
||||||
#include "duckhandy/lexical_cast.hpp"
|
#include "duckhandy/lexical_cast.hpp"
|
||||||
#include "pathname/pathname.hpp"
|
#include "pathname/pathname.hpp"
|
||||||
#include "list_highlight_langs.hpp"
|
#include "highlight_functions.hpp"
|
||||||
#include "cgi_env.hpp"
|
#include "cgi_env.hpp"
|
||||||
#include "num_conv.hpp"
|
#include "num_conv.hpp"
|
||||||
#include "kamokan_config.h"
|
#include "kamokan_config.h"
|
||||||
|
|
Loading…
Reference in a new issue