1
0
Fork 0
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:
King_DuckZ 2017-08-03 13:23:52 +01:00
parent 32bfa18093
commit c25e8f2e49
4 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ add_library(${PROJECT_NAME} STATIC
ini_file.cpp
pathname/pathname.cpp
response_factory.cpp
list_highlight_langs.cpp
highlight_functions.cpp
settings_bag.cpp
error_response.cpp
quick_submit_paste_response.cpp

View file

@ -15,7 +15,7 @@
* 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 <srchilite/langmap.h>
#include <boost/range/adaptor/map.hpp>

View file

@ -20,7 +20,7 @@
#include "duckhandy/stringize.h"
#include "duckhandy/lexical_cast.hpp"
#include "pathname/pathname.hpp"
#include "list_highlight_langs.hpp"
#include "highlight_functions.hpp"
#include "cgi_env.hpp"
#include "num_conv.hpp"
#include "kamokan_config.h"