pidgin/pidginstatusprimitivechooser.c

changeset 42339
66b84a5e957d
parent 42198
4df23def5fe0
equal deleted inserted replaced
42338:2548eb61acc9 42339:66b84a5e957d
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, see <https://www.gnu.org/licenses/>. 20 * along with this program; if not, see <https://www.gnu.org/licenses/>.
21 */ 21 */
22 22
23 #include <pidgin/pidginstatusprimitivechooser.h> 23 #include "pidginstatusprimitivechooser.h"
24 24
25 #include <pidgin/pidginiconname.h> 25 #include "pidginiconname.h"
26 26
27 struct _PidginStatusPrimitiveChooser { 27 struct _PidginStatusPrimitiveChooser {
28 AdwComboRow parent; 28 AdwComboRow parent;
29 }; 29 };
30 30

mercurial