mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Moved IRC sources from src/irc/ to src/protocols/irc/
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* gui-window.c: window functions, used by all GUI */
|
||||
/* gui-buffer.c: buffer functions, used by all GUI */
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "../common/log.h"
|
||||
#include "../common/utf8.h"
|
||||
#include "../common/util.h"
|
||||
#include "../irc/irc.h"
|
||||
#include "../protocols/irc/irc.h"
|
||||
|
||||
#ifdef PLUGINS
|
||||
#include "../plugins/plugins.h"
|
||||
|
||||
Reference in New Issue
Block a user