Mon, 18 Mar 2019 20:55:07 -0500
remove an unused string.h and a blank line
| libpurple/tests/test_protocol_action.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/tests/test_protocol_action.c Mon Mar 18 20:45:14 2019 -0500 +++ b/libpurple/tests/test_protocol_action.c Mon Mar 18 20:55:07 2019 -0500 @@ -21,7 +21,6 @@ */ #include <glib.h> -#include <string.h> #include <purple.h> @@ -30,7 +29,6 @@ *****************************************************************************/ static void _test_purple_protocol_action_callback(PurpleProtocolAction *action) { - } /******************************************************************************