Move common panel code from shell/ to panel/common

This creates a new static library called libwidget which the shell links
against.
This commit is contained in:
Benjamin Berg 2018-04-06 13:38:40 +02:00
parent e1593b3c02
commit c2f601a9d4
51 changed files with 88 additions and 73 deletions

View file

@ -26,7 +26,7 @@
#include <NetworkManager.h>
#include "shell/list-box-helper.h"
#include "list-box-helper.h"
#include "net-connection-editor.h"
#include "net-connection-editor-resources.h"
#include "ce-page-details.h"